Help

Re: Pass linked records data to an Integromat Webhook

2296 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Pjero_Kusijanov
7 - App Architect
7 - App Architect

Hi :slightly_smiling_face:

I would appreciate some help. I am using automation to send Airtable records to Integromat webhook and I have successfully managed to send and work with data “recordID”. That is also the trigger in the first step of the automation “When record updated”.

The remaining two Input variables are linked files, and I can not manage to receive data from linked files in Integromat.

Maybee these two lines should me rewriten since they are linked files?
await fetch(url + inputConfig[“Opportunity”]);
await fetch(url + inputConfig[“Suppliers”]);

Screenshot 2022-05-25 at 08.56.47

Thak you,
Pjero

13 Replies 13

The linked record field returns an array of Record ID’s, and you can’t pass an array to the “Get A Record” module, which is only expecting a single Record ID.

You saw that if your array only contains a single Record ID, it will work because it’s only passing a single Record ID, but if you have an entire array of Record ID’s, it won’t work.

If you want to do it manually, you will have to choose the #1 option underneath the name of the field if you want the 1st linked record, and the #2 option underneath the name of the field if you want the 2nd linked record.

If you want ALL the linked records, regardless of quantity, then you’ll have to use the “Iterator” Module to iterate through the array, so it will send one Record ID at a time to the Get A Record Module.

I’m not quite sure where should I use the Iterator. This is my scenario now. I just added Iterator. Should I iterate what I am currently using as a Record ID in Suppliers or?

Screenshot 2022-05-26 at 00.16.48
Screenshot 2022-05-26 at 00.17.01

ScottWorld
18 - Pluto
18 - Pluto

Sorry I can’t help you further, because it would take me a long time to train you on all the nuances on Make or create a sample scenario for you.

I wouldn't have the time to train you on how to assemble your particular Make scenario for free, but if you'd like to hire me, feel free to contact me through my website.

Otherwise, I would recommend opening up a support ticket with their technical support team here, who can help you piece it all together.

Thank you Scott, for your help so far. I will contact support.