I have a collection called “Monday Activities” (MA)
Sometimes a user would like to copy a record from MA to “Tuesday Activities”.
I created a collection called “Days of the week” and added a relationship between each day and it’s corresponding activity collection.
When the user encounters an activity they’d like to copy, the encounter a “copy to” mulitselect dropdown.
I have been able to create a new item in the Tuesday Activities collection, so I know the copy will work. What I can’t figure out is how to have it create a Tuesday activity when Tuesday is selected, but a Friday activity when Friday is selected.
Loom attached.
Thanks!