How to map links to their respective rows?

Hi everyone,

I’m automating recurring appointments between patients and therapists using Glide and Make. When a patient books 4 recurring sessions, Glide creates 4 rows in the database, and Make generates 4 Google Calendar events with unique Google Meet links.
The problem:

Only the first Google Meet link appears in Glide’s database. The second, third, and fourth rows remain empty.

What I’ve tried:
• Used an Iterator to loop through the 4 Row IDs and Meet links.
• Added delays between iterations to avoid conflicts.
• Verified that all Meet links are unique and correctly generated.

And I encounter no error in Make.

Question:
How can I ensure all 4 Meet links are saved to their respective rows in Glide?

Screenshots:
1. Scenario
2. Repeater configuration in Make
3. Glide database showing missing links

Thanks for your help!

Welcome to the Make Community!

You didn’t show us how the output of the webhook looks like.

If there’s an array, 99% of the time you’ll want to use an Iterator module instead.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

1 Like

Thanks!

I’m actually watching a Youtube video to learn about array aggregator and iterators.

Thank you for your answer