Hi everyone,
I’m currently working on an app with custom lists, and I’m working on implementing a “Copy List and all items” button.
The goal is for users to click the button and duplicate an entire list, along with all its items, into a new list. The lists are stored in the “MAIN” table (columns: LIST ID, LIST NAME), and the items are in the “CONTENT” table (columns: LIST ID, ITEM NAME, ITEM DESCRIPTION).
I tried a grouped action, but it appears limited to actions within the same table. Any suggestions on how to achieve this, considering the need to create a new list in “MAIN” and copy items to “CONTENT”?
Thanks for your insights!