Hi Everyone,
Is there a way to rename a list item through a NUX page?
Thanks!
- Shubham
The way to accomplish this is by setting the list to be a Numbered List, and using a Display Name property to drive the display name of the item.
To allow users to set the display name value on a page, build a module to act as an "attributes" module for the list, and include a line item to drive the display name. Then, in your list property for the display name, write a formula that points to the line item.
Thanks @ryan_kohn!
I understand your solution. It'll work.
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…