I have an application with a spinner, a text box, and five list viewers. Data is entered into each list based on the spinner's selection. The lists are stored in CloudDB and retrieved for display in the list viewers.
But now I want to create copies of those lists, copies that are not modified by the new data I enter into the original list. I also want these copies to be stored in CloudDB and retrieved for display on another screen. How can I do this?
Those 5 List Viewers - do they hold 5 columns of the same table?
Are they in sync with each other?
Visually they look like rows and columns, but they are not synchronized by means of blocks.
If you are using the same CloudDB server, you need to keep the two branches apart by tag.
Perhaps include creation data yyyymmdd in part of the tags?
Further advice would require seeing you tag structure.
Uploading: Screenshot_20250804-202216 (1).png…
Uploading: Screenshot_20250804-202240 (2).png…
I have this so far, and I want to achieve that with a button the current data can be saved so I can delete it but also have a backup on another screen so I can view it.