I have an example workflow. Receive an event submission.
If the user selects one timeslot, then add one record row on Airtable
If the user selects multiple timeslots, then add multiple records row on Airtable
How can I achieve a loop to add multiple records depending on how many time options the user picks? In this case, if the user selects 3 time slots I would like to add 3 rows of records on Airtable.
There are 2 cols, “Name” and “Time Option”
Expect to have results like below.
“Name” “Time Option”
User A Option A
User A Option B
User A Option C
Does the example you shared with the Loop over Items not work? You might need to use a split items node on time assuming it is an actually an array otherwise it will be a bit trickier.