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!