I have a Data Structure similar to this picture below.
What I need is the ability for a user to deploy multiple instances of a ‘Course’. This way they could go through it multiple times (for example, a course for each business they have)
How would I go about setting up a workflow that creates all of the neccessary ‘things’?
If I have a particular ‘course’ that has 25 ‘lessons’ each with its own ‘checklist’, it would be a massively long workflow to create each checklist and lesson at a time, then connect them all using ‘result of step…’ actions.
What would be a better way of doing this?