I have created a numbered list and an action to add new items. Is there a way to ask the submitted to add a textfield so the new list item doesn’t appear under a List id number?
Hi @Michael.downer
Currently there is no option to create a display name entry with an action button for a numbered list item creation.
It is possible via an import process if the display name is a property that is imported as the list item is created.
I hope this helps!
Thanks,
Usman
Hi,
In case you create new items one by one, when creating the action "Create..." you can choose a dashboard to open when the action is run.
In this dashboard you will publish a module dimensioned by the list in which you have added the new item;
The view should have applied a filter on the new items (or those with BLANK Display Name property) and a line item in which you can input the name to display for those items.
Then you should run a process to copy the text from the module to the list or link the property in the list to the module line item via formula.
Anyway, to avoid showing the #ID on items without a Display Name, you can apply a formula in the list property that references the module explained above, and in case of blank you can put a default name.
Regards,
Antonio
The way I see the solution of your task is to change your process from creating new item in numbered list to import action (to this numbered list).
You can create module that contain automaticaly calculating new code and text field for display name.
Action do import in your numbered list and add new item with code and manually entered display name.
I agree with all the points above
Sometimes, you need to adjust the "process" to achieve the most streamline approach and educate/inform the user.
Using a standard import process allows you to have more actions running as well as validations to ensure that invalid entries are not created (using a filtered view or DCA). You can't stop the process from being run, but you can prevent items being adding during the process
David
Hi ALL, In my model, I have Need stored at a 'D3' RS Group level. I need to use this Need in another module at the G5 Location level. I currently have a mapping module where each G5 Location maps to a D3 RS Group. This Module uses D2 Role as dimension. but the line item I've to find the RS Group (Find D3 RS Group = 'FIND…
I couldn't find any formula to do this, but I want a way to put on the page/grid the connection details. This is so I know what connection I'm in rather than going into Connections details to see it. Is there an XL3 formula to return this value?
Hi all, I, as an Anaplan workspace administrator, am working together with a Fabric team to export data from Anaplan to Fabric via Anaplan API and Postman. We have a problem where all Anaplan exports are visible in Postman but when trying to connect to SOME of them, we get message "404, Not found". Below screenshot showing…