There is a requirement where, when we are importing data in a module, the current timestamp when the file is uploaded in the module should capture that time in line item?
@umangsinghal : this was an idea exchange requested to Anaplan.. Unfortunately, it has not been yet implemented.
@SIVAPRASADPERAM : currently is not possible to capture the timestamp of the import. What can be done, using external API scripts or CloudWorks schedules is to create in a module a cell that updates the Current Date periodically and when the import is launched to take the value from this Current Date module and use it to trace when the import was more or less launched (it will never be exactly the timestamp).
Some example how to manage this how to build a custom process log:
Hope it helps
Alex
Hope! This helps you.
Thanks Team for your inputs!
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…