Missing value of required parameter 'id'

I’m hitting this error and have tried to follow other people that have had this issue and can’t seem to figure it out.

From as far as I can see, everything should be correct. So, I’m obviously missing something.

Can someone help resolve this issue, please?

This is the error I’m getting

This is how I’m trying to map the id

This is the airtable where it shows that it can take multiple records.

This is the aggregator step results

This is the search step results

Hi @Jason_Smith1 and welcome to the Make Community!

Hmmm… Have you tried simply sending the array? What type of parameter does Airtable require for multiple ids?

L

I have tried adding just the array and same issue. It is like it is having an issue with finding the ID.

This is what it looks like if you are mapping multiple ID’s as individuals.

Welcome to the Make community!

Please see below for special array types:

Mapping a Specific Structure Into a Complex Field

The Array Aggregator module is very powerful because it allows you to build a complex array of collections for a later module’s field to map multiple items (collections) to it.

This is done using the “Target structure type” field in an Array Aggregator module.

Here is an example:

As you can see, the “Map” toggle on complex fields are used when you have an array. You can easily build an array variable to map to a future module’s field, by using an Array Aggregator module and select the “Target Structure Type” as the future module’s field you have mapped the array into.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Thanks for your comment, but I don’t have the option of any options to select in the Target Structure

@samliew do you have any ideas on why I’m specifically having this issue?

Usually if it doesn’t refresh, you can run your scenario once, and also try clicking the refresh button at the top of each module like so:

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Thanks for your help @samliew. Unfortunately after running and refreshing there is still no option to select. I did however run a test, and it started working. But this happened to me before once and then the error came back again.

1 Like

Do you see any difference in the output when it works and when it doesn’t? Look at your history. Usually, when that happens it’s because the scenario is assuming that all the data will be there and sometimes it isn’t. It can bee something innoccuous (this weekend, for example, I couldn’t figure out why one of my functions wasn’t working until I realized I was using the string “=” instead of the operator).

L

Thanks @L_Duperval. No I haven’t see any difference from the good and bad version.

The only reason I can think that it started working is I built a couple of the step again… so maybe there was some confusion stuck in the flow.

Super weird. Working for now… So figure crossed it keeps working.

5 Likes