Hello,
I have used this forum to get to the point to where I am now; however, I can not figure this last part out.
What:
I am creating a learning platform where users can create new skills(a list of things) they want to learn. Within each skill, are subskills (a list of things) or Planks as I call them.
After a user has completed all the subskills/Planks, the skill is complete. The user can then promote these skills and subskills/Planks on an open marketplace so other users can learn from their learning path.
Database Structure: User->Skills(list)->SubSkills(list)
The Problem
I am having issues “copying” (essentially creating new database entries) these skills and subskills. I have created new database types to copy these skills and subskills. They are conveniently called: Promoted Skills and Promoted Subskills.
I am able to promote my skills to Promoted Skills and SubSkills to Promoted SubSkills; however, my Promoted SubSkills is not saving as a list, only as a one-line entry in the database. I would like to avoid scheduling an API event because A) I am not super familiar with APIs and B) performance.
Database Structure: Promoted Skills(list)->Promoted SubSkills(list)
Can anyone help me out so my Promoted SubSkills save as a list and not just one line entry in my database?
Workflow:
Step 1: I create the Promoted Skill
step 2: Not important to this workflow
Step 3: I copy the associated SubSkill List of the Parent Skill
Step 4: Creating the Promoted SubSkill (also not sure why order is highlighted red and not working, cant figure that out
Step 5: Adding the Promoted SubSkill to the Skill
For context, link to the video
Tagging some people who had similar problems (according to my forum search) and could maybe help:
@mikeloc (Duplicating a list of things into a new list of things)
@tzuork (Copied list of things, then tried to change 3 items in list HELP)
@jnbridges / @vincent56 (Button that copies data, record for record, from one table to another table? - #7 by vincent56)
@james.k.grover (Duplicating a list of things to a new list of things - #5 by amphi)
Thanks!
Josh