Copy 100 item checklist to each user

I am creating an app to contain all the information to send a child to college–checklists for applying, college visits, packing lists, tips, etc.

How it should work:
A user creates their profile then can setup a “journey” for each child.
I have a pre-built master list of items in a collection called Tasks (100+ items).
I have created this master list of tasks to include items for each category (10 things to do when getting college apps ready, 20 things to look at while visiting colleges, etc.).
The user should be able to check these tasks off as they complete them in the run up to moving their kiddo to college.

I have a master tasklist, and I want to be able to create a copy of this list for each user’s “journey” - Tyler Journey, Stacey Journey, Lela Journey. One user may have several “journeys” because they have several children.

Key question: Can I (or how do I) copy the master tasklist - Tasks - into an editable collection when a user creates a new “journey” that they can then check off as each task is completed?

Yes, you can create a copy of your master task list for each user’s journey. When a user starts a new journey, you’ll need to set up an automation that duplicates the tasks from your master list and links them to that specific journey. This way, each user can check off their own tasks without affecting the original list

1 Like

@gabby could you please elaborate how this automation could be created.

Would love any more detail too!