Help

Re: Automation Help needed - "Received invalid inputs"

Solved
Jump to Solution
169 0
cancel
Showing results for 
Search instead for 
Did you mean: 
myusuf
4 - Data Explorer
4 - Data Explorer

Hello fellow automation experts.

Need help in updating a filed but this automation has kept me up all night.

The senario is simple.
I have a task table called " Email Task" where i want to update status of that task from "not started" to "in progress" based on its date.

My automation is as follows

myusuf_0-1731047332419.png

Here is the condition to find the records:

myusuf_1-1731047368408.png

This step is working fine as seen below:

myusuf_2-1731047434346.png

now here is what i need help with. do not know what i am doing here but final step wont run.

myusuf_3-1731047473815.png



Thank you

1 Solution

Accepted Solutions
3 Replies 3
TheTimeSavingCo
18 - Pluto
18 - Pluto

Ah you need to put that "Update record" step inside a repeating group (https://support.airtable.com/docs/repeating-groups-of-automation-actions)

Hey @myusuf!

You can create the repeating group mentioned by @TheTimeSavingCo by clicking on "Add advanced logic or action". Furthermore, within the repeating group you should use the list of records found on your "found records" action as the input list.

Please let us know if you could solve your issue!

Mike, Consultant @ Automatic Nation 

Thank you, it worked