Airtable Module Not Returning Output in Make

I have a scenario in Make that sends data from a webhook to Airtable and then routes it through a router to update a booking status. However, the booking status is not being updated correctly because no ID is found in Airtable after the router.

Details:

  • The first Airtable module is not returning any output, even though no error message is shown.
  • Only after the router does an error appear because no ID is passed through.
  • Airtable output, such as fields like “Phone Number” and “Name”, is missing despite the correct configuration of the module.
  • In my Airtable table, “LEAD-ID” is a formula that uses Record_ID() to generate an ID.

I suspected that the lack of output from the first Airtable module is the reason no ID is passed through, which results in the booking status not being updated correctly.

Has anyone experienced Airtable not returning output in Make, and what might cause this issue? Are there any known issues with Airtable configuration in Make, particularly with formulas and connections to modules?



Hi @Daniel_Vieregge

The issue is with the syntax of the formula. It should look like this.

Hey @ponvaskon

Thank you for your quick response and help! I have adjusted the syntax as you suggested, but unfortunately, I’m still not getting any output.

I’ve also checked that the Lead-ID exists and is being passed correctly, and that seems to be the case. However, the module still doesn’t return any output. Do you have any other ideas on what might be causing this?

Thanks again for your support! :blush:

@Daniel_Vieregge, I just tested this formula in my Airtable database, and it works as expected.

  1. Please double-check if the search field name is correct and that you’re searching in the correct base/table.
  2. Check if you’re getting the correct record ID to your webhook.