Create new record for each selection of a multiple select

Hi everyone ! :blush:

I’m a beginner on WeWeb and I try to create a new record for each selection of my multiple select. I use Airtable. I have a simple form with a long answer input for a quote and a multiple select for authors. If the user select two authors, I would like create two records with the same quote but for each author selected.

Can you help me ? Thanks. :hibiscus:

Hey,

If I understood your need correctly, you could use a on submit workflow with an iterator loop. Then, use this loop to loop over each element of the select input, and inside the loop use a create a record action in Airtable.

Would that make sense for you?

1 Like