I have an app which records projects. These are displayed in a gallery, together with a corresponding form in one screen.
The users would like a function to duplicate a project into a new record.
I'm thinking that it would be easiest if the duplicated project could be displayed in a form so users can verify/change data before saving the new record. Using the same form on the same screen however, seems like it would require using a collection as well as extensive modification of the default/defautselecteditems fields of the form (to fill the data from the collection).
Is there a better way of displaying the new record while duplicating?
Thanks!