Hi team
I’m at the very beginning with no-code tools and just trying to build my own ‘doodle’ homemade :winking_face:
I used Tally to collect datas from 2 dedicated forms :
- the first one, for my guests i invited from Mailchimp. I have a database in Airtable, “guest”, which is replicated and segmented in mailchimp. Key is the email adress.
- the second for my events which are each under a own capacity constraint. Key is an agregated field including the name & date of the event in my “event” table.
The 2 tables are linked with the rules 1 event to many guests | 1 guest to only one event
When the user validate the first form : - I’m calling the API to update Airtable “guest”
- I’m calling the second form with ?email get parameter
- the user books its reservation
- I’m calling the API to update the Airtable “event”
BUT !!!
The thing is, I can’t update an existing guest since the API always creates a new one.
And I end up with 2 records with the same email key.
Same issue with event.
Did I make a mistake or an oversight somewhere in my process?
Many thanks in advance for your great help !!!
Thierry