Hi,
I have an integration with Cal.com. Whenever a booking is made, a webhook is sent to Make.com. In order to create a booking, I need to have a User and a Booking (Afspraak). The Booking Data Table has a connection field (child table) with User table for the field E-mail.
Once the booking is made in Cal.com a webhook is send through Make.com…
There is a filter on whether the e-mail in the booking is already available as a user in the Tadabase app and therefore I added a router in the Make.com scenario.
-
When there is already a User (with that e-mail), create a new Booking and attached this booking to that User (E-mail)
-
When there is not already a user (with that e-mail), create a new User and subsequently Create a new Booking and tie that booking to the newly added User.
The issue is how I can fill the connection field (e-mail) which is tied to the Booking Data table. I have filled the field in the Make scenario & in the Table Rules, but there is no connection made. Anyone have a suggestion how this can be enabled? Take a look at the snapshots for the scenario in Make.
Regards,