There are two tables and two automations involved in a workflow.
1. When a record enters a view in the first table(the sync table), it will be updated in the second table (1st image)
2. When a record is updated in first table(the sync table), it will be updated in the second table (2nd image)
Both automations find a record where Ticket No. contains ID
An issue is there is an error from both automations (see an image below). The record is found by mapping Ticket No. with ID, but not updating.
However, many of records are run successfully with the automations (meaning most of the records are found and update to the second table). Only few records can be found but not updating (failed to run). They continue to fail even the first table keep updating.
I would like to know what causes 'Received invalid inputs' in these fail cases, so I can find solution to fix with the fail one.