I’m grateful for this help!
I have a checklist with two pieces of data:
- task
-frequency
I created a repeating group to refine this checklist by frequency
What do I need?
I need to create a plan with a copy of each of the tasks in the checklist.
What I have so far…
table checklist_tasks
-task: text
-frequency: text
table_plan_tasks (i will use to copy the checklist)
-task: text
-frequency: text
- other data…
table_plan
-plan_name: text
- plan_tasks: list of plan tasks
Then…
I tried to create a loop, but it copied the first item in the list.
I don’t know how to copy item to item from the list that is in the repeating group since there is no operator + 1 for text.