Hello guys,
I’m using Glide with Make to automate booking appointments. When a patient books a session, Glide sends data (name, time, etc.) to Make, which creates a Google Calendar event with a Meet link. I need to save this Meet link back to Glide.
I added a native Row ID column in Glide () and mapped it correctly in Make’s “Get Row” module. But I keep getting a
RuntimeError: object Object
with “Data size: 0”.
I tested the Row ID manually (see screenshots) and confirmed my API key is valid. What am I missing?
Thank you guy!