There should be an option to run multiple delete actions at once under the Actions tab.
PROS: Time Save
Faster execution (Extra space)
Hi @NehaSharma ,
I hope I have understood your question in a right perspective
Yes, you can run multiple actions that to selective actions using the Anaplan API. You need to define the action id in the script to run the actions.
Below is the end point that will help you to get the list of other actions
https://api.anaplan.com/2/0/workspaces/{workspaceID}/models/{modelID}/actions
Or you could just create a process for them. Particularly if the actions are linked.
Hi andrewtye,
Yes, we can use process if there are static set of actions.
However, we should have an option to selectively pick the delete actions we want to run at that given point.
Best,
Neha
@NehaSharma
From an end users perspective or from a Workspace Admin perspective? If from an endusers perspective, you really want people deleting data that they might not fully understand?
Here, I am referring to the cut-off phase of the project.
Model Builder would be well aware of the data.
Thank you @riyazpasha
Can someone help me i am unable to login anaplan portal using my credentials
Dear Hive Mind, Do we have a way to get the history of a particular List Item, from its creation into a model up until its removal ? I am trying to chase when / how an item has been added into a model and how / when it would have been deleted and then recreated with the same code. Is there a pattern (manual or API) to get…
I have an action in a process which is getting failed since 2 days when run via CloudWorks with below error . No issues when run manually . Same error occurs when run manually but as a warning "Import complete but with failures" This action is running since almost a year without any issue . No change has been made to…