Hi everyone,
I’m having trouble connecting a simple “Yes/No” form that each user fills out to the RSVP section of my app. My goal is to see exactly who is attending each event based on their response — but right now, the responses are not linking properly with the RSVP list.
Here’s what I’m trying to achieve:
- Each member answers a Yes/No question (for example, “Will you attend?”).
- Their response should automatically update the RSVP section so I can see the list of people attending.
I’ve tried different setups in my Glide table and actions, but it still doesn’t work as expected. Could anyone guide me on how to properly connect the form responses with the RSVP list?
Thanks a lot for your help!