I am learning automations and I have hit an error I cannot figure out.
There are two tables involved in this automation:
- People table where the client master data resides
- Client Funding table where clients' stipends and grants get recorded
Here is the logic I am trying to make happen:
- When Client Funding Indicator field changes to "MicroGrant Invited", do two things
- Create a new Client Funding record for the client <-- This step works correctly
- Reset the Client Funding Indicator field to "Funding Not Specified" <-- This step gives me the error "Received invalid inputs."
Thank you!!!