Hi,
I would like to ask if there is a workaround for this:
If I copy List Item 1, the copy should have a "-1" in its list name automatically.
The list is a numbered list.
TIA. :)
Hi @Tin Could you provide more details on what the requirement on is why would you need -1 on list name Although it can be achieved using Text concatenations
If you copy manually, you cannot do it flexibly, but if you create an action and build it in a form of functionality, like checking Boolean, which says Copy, and then you run a button. This way you can control exactly what name you want to give to copied items.
@Tin You can do a module with the list1 and there you have write logic for If copy(Boolean) then "-1" logic with the list 1. then create a saved view and import into list and that should be run by a action.
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β¦