Hello,
I would like to create an easy way to add or delete some items from a general list for the end user.
I saw that i can create an action button "create" to do that, but i can't find the list
Do you know why, or how I can do that ?
Thank you,
hi @aeyzat
Create action works for numbered list, for general list, you can publish the grid view list to the dashboard , and there + icon is there to add items, Alternatively you can try this
1. Create a dummy list with 1 item
2. create a module with that list as dimension, add name parent code line items as text formatted , and add name , parent or code for the item you want to add to the list
3. create action to load list from that module,map fields accordingly
4. Create action to clear the module
5. combine the 2 actions to process and publish to dashboard
here add is a module with dummy list, line items I added name and code of new product to be added to the list, items is the general list i need to add items to,
This is process I published, first it adds item from module to the list, then clears the module so that it becomes blank and new item can be added,
After running , you can see, the module is cleared and item 9 is added to the list
In order to delete item from list, delete from list using selection is an action available in anaplan, which enables to delete list items based on boolean,
create a module with the list as dimension , add a boolean delete?, and edit the action to delete from list based on the boolean , then publish that action to dashboard
hope it helps
the NUX has the form functionality which allows user to add items into any type of lists in a user friendly way with some client side control (alphanumeric, not blank etc)
https://community.anaplan.com/t5/On-Demand-Courses/New-UX-Use-a-Form-to-Add-to-a-List/ta-p/64657
Hi everyone, I'm looking to design a workflow and would appreciate your input or guidance on how to set this up effectively in Anaplan. So, the goal is: Once end users complete their data input, they should be able to trigger a process that: Notifies stakeholders via email with a link to a report. The report includes: A…
I've few actions in our Supply model which when run takes some time on the "generating failure dump" step at the end of the action even though the import is a full success without warning or errors. This is just a few seconds when run for a single action, however we have a process with 120 actions, and most of these…
Hi, My org is looking to explore leveraging Google Apps script to extract data out of Anaplan and update already built templates in Google Sheets. We use the Anaplan Extension currently but find it crashes often with the amount of tabs, data, etc. Has anyone used both Anaplan OAUTH 2.0 API and Goolge Apps Script to write…