Store multiple row on airtable same time

Having difficulties in storing more than one row on airtable.

This doesn’t help! :point_down:

What could be the problem on this block? Each values have 2 items in it to store.

This is because loop doesn’t wait for airtable response and send request continuously without knowing that the previously row is created or not.

You should send the next request when you receive the response from older request.
Use a procedure for that. Call the procedure when the row is created.

Any supportive blocks that can help me figure this out?

Something like this.

IMG_20210804_123400

When the all rows created then stop calling the procedure. Store the data according to procedure.

1 Like

Thanks! :slightly_smiling_face: Let me try!

1 Like

It works. Thank you. :smiley:

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