Help

Re: Received invalid input

734 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Sean_Lake1
8 - Airtable Astronomer
8 - Airtable Astronomer

Sean_Lake1_0-1691159923368.png

Good day!
I have an issue with an automation that SHOULD populate a table from the above data. The records that don't have the little green star should still be used for the automation to populate this table:

Sean_Lake1_1-1691160046019.png

The first table has 6 records that aren't being populated and should, into the second image.

Sean_Lake1_2-1691160125939.png

Sean_Lake1_3-1691160163824.png

The image doesn't show the trigger being on, but I checked one later for the test, and it still is giving the invalid input. 

Not sure what is incorrect.

 

Any pointers?

 

 

 

1 Reply 1

You can't use a list of record ID's as the input because Airtable requires having only one record ID.

You can use Airtable's repeating actions to loop through your list of records.

However, note that the "Find Records" action will only return a maximum of 100 records. If you need more than 100 records, you would either need to write your own custom Javascript code, or you would need to use an external automation tool like Make. (There can be a bit of a learning curve with Make, which is why I created these training resources for Make.)