Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Error on second action when trying to update a change a field used in the trigger

Topic Labels: Automations
Solved
Jump to Solution
1657 2
cancel
Showing results for 
Search instead for 
Did you mean: 
swtani
5 - Automation Enthusiast
5 - Automation Enthusiast

I am learning automations and I have hit an error I cannot figure out.

There are two tables involved in this automation:

  1. People table where the client master data resides
  2. Client Funding table where clients' stipends and grants get recorded

Here is the logic I am trying to make happen:

  1. When Client Funding Indicator field changes to "MicroGrant Invited", do two things
    1. Create a new Client Funding record for the client <-- This step works correctly
    2. Reset the Client Funding Indicator field to "Funding Not Specified" <-- This step gives me the error "Received invalid inputs."

Thank you!!!

1 Solution

Accepted Solutions
TheTimeSavingCo
18 - Pluto
18 - Pluto

Ah, you need to use an "Airtable Record ID" in the "Record ID" field in your "Update Record" step:
Update record.png

 

See Solution in Thread

2 Replies 2
TheTimeSavingCo
18 - Pluto
18 - Pluto

Ah, you need to use an "Airtable Record ID" in the "Record ID" field in your "Update Record" step:
Update record.png

 

swtani
5 - Automation Enthusiast
5 - Automation Enthusiast

Thank you so much. I thought I tried that but clearly I did not as it worked perfectly. Appreciate it.