I need an idea for getting current date in Anaplan.
Hi @Fide
You can use the below step.
However, you would need to make sure, you keep track of all the maintenance activities that happen at the backend, and check your current date randomly after maintenance activity.
Hope that helps,
Regards,
Aakash Sachdeva
@aakash Thank you for your guidance. I will try to follow that step. Hopefully, it will work. Thank you so much.
Please follow this link. I've used it and it works absolutely great.
https://community.anaplan.com/discussion/120636/easily-get-current-date-using-cloudworks/p1
@Sai_Bharadwaj_Venati Thank you for the advice, I will try it. Thank you so much.
With anaplan api and python script, It is feasible to write directly into line item cells. Some basic information are required such as workspace id, model id, module id and line item id.
Hi @skarki
For scheduling this to update automatically, you would still need to host your script somewhere.
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β¦