I have a base with a few tables, and an automation set so that when the status of a record on the Tasks table is updated, the linked record on the Time Tracking table is also updated. I’ve been getting intermittent ‘Your automation has failed’ notifications but all of the expected updates on the Time Tracking table are present. History log only ever says “Received invalid inputs”.
I’m not sure how to even figure out what the problem is.
Getting intermittent "Automation Failed" notices but actions have been completed
Best answer by anthonyXRay
You are correct, it does not look like issue is with the End time value itself. Look at the “Record ID” field in the Update record action it is not a literal ID, it has to be pulled from somewhere, likely a lookup on the Contract’s linked Time tracking field. In your Time tracking table, each contract has multiple linked records. As you can see contract 13 has 3 while contract 14 has 4. A lookup through a link field always returns an array even when you only want the most recent one. When a contract has just one linked Time tracking record, the lookup resolves to a single ID and works fine. Once a second or third linked record gets created, that same lookup ends up returning multiple IDs, and “Update record” cannot use an array as a single Record ID, hence the “invalid inputs”. Kind of explains why you are seeing something intermittent and only later in a contract’s lifecycle. What is actually feeding that Record ID field?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.





