How can we create an iterator similar to the one in Pabbly Connect?

Hello

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

Thanks

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Blueli,

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.

Eventually, I used a JS to separate the array into items an resolved my question. Thanks

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.