Help

Airtable to Make.com

Topic Labels: Automations
2285 1
cancel
Showing results for 
Search instead for 
Did you mean: 
CMay01
4 - Data Explorer
4 - Data Explorer

Hi Everyone

I have been trying to link my airtable base with Make.com via a webhook that then uses a 'get a record' module to view what has gone into the base and can change the fields via chatGPT and place it back into airtable with the 'update a record' module. The webhook is working fine and both of the airtable modules can find my base. my problem is that when I try to run once on make.com the process stops at this 'get a record' module and gives the fault code:

BundleValidationError

Validation failed for 1 parameter(s).

  • Missing value of required parameter 'id'.

My current assumption is that it is to do with the 'recordID' variable within airtable and I have tried looking into a lot of other possibilities but I have hit a wall now and don't know what else there is that I can try to change to make it work as it is intended. Any help is greatly appreciated.

This is the code that I have used in the Automations section:

let url = "MyURL"; // Webhook URL
let config = input.config(); // Input variables

// Construct the URL with query parameters
url += `?UrgentMessage=${encodeURIComponent(config.UrgentMessage)}`;
url += `&Name=${encodeURIComponent(config.Name)}`;

// Send the webhook request
await fetch(url);
1 Reply 1

In my personal opinion, Make is by far the best automation & integration platform for Airtable! I even wrote a post here comparing Make vs. Zapier.

And my post here will help you with sending Airtable records to Make instantly on demand. You can, of course, send Airtable records to Make in other ways as well.

I also created this basic navigation video to help get people acquainted with Make. In that thread, I also provide the links to a few other Make training resources there as well.

For example, I provide the link to Make’s free partner training program, which offers approximately 15 hours of free training videos.

p.s. If you have a budget for your project and you’d like to hire an expert Airtable/Make consultant to help you with any of this, please feel free to contact me through my website: Airtable consultant — ScottWorld