Hello!
New user here!
I have a projects table and a tasks table. In my projects table, I have a record (a single project) that contains a linked records field from my tasks table (multiple tasks related to my single project).
I would like to duplicate this record (single project) along with creating duplicate linked records (tasks).
As it stands, the “project copy” does not create copies of linked records (“task copies”). Instead, the original linked records are associated with the “project copy.”
Essentially I want to make a “project copy,” that contains “tasks copies.”
How do I achieve this?
Thanks!
Edie