Connected fields are not connected when inserting a record Through Make.com

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,

Hi @slimpens

I think the issue here is the connection field value. The only value to pass to it is the ID value of the user. Whilst the email is a unique field, its not the value thats needed.

1 Like

@mtif yes that’s true. Also had the same response from @moe in the Support section. It’s resolved :slight_smile:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.