Run multiple 'Delete Actions' at once
There should be an option to run multiple delete actions at once under the Actions tab.
PROS: Time Save
Faster execution (Extra space)
Best Answer
-
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
Regards,
Riyaz Pasha
0
Answers
-
Or you could just create a process for them. Particularly if the actions are linked.
2 -
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
0 -
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?
0 -
Here, I am referring to the cut-off phase of the project.
Model Builder would be well aware of the data.
Best,
Neha
0 -
Thank you @riyazpasha
0