Need help with a workflow

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?

It’s just a UX.
You should structure your course builder in a way where users have to do the following steps:
Step 1: Create a course
Step 2: Give a name to a course
Step 3: Create a lesson related to that course
Step 4: Give a name to a lesson
Step 5: Save a lesson
and just
Repeat steps 3 to 5 to add more lessons.

In another way, you can use Schedule API call with recurring event.

This topic was automatically closed after 70 days. New replies are no longer allowed.