May 14, 2024 01:45 AM
Hi,
I'm trying to create automation that every scheduled time 2 fields in the table will be updated to certain status.
the trigger is working but i get an error of "Received invalid inputs."
can anyone help me with this?
attached image that show the automation:
May 14, 2024 08:21 AM
Ah that's because you're using the trigger time for your record ID value:
You need to use the record ID instead:
Airtable has a good guide you can find here: https://support.airtable.com/docs/use-automations-to-timestamp-status-updates
May 15, 2024 08:53 AM
May 15, 2024 07:29 PM
You're going to need to add a "Find Record" action so that you can tell the automation which record you want to update. If the record you're trying to update is always the same you can just key it in manually though! To do that, create a formula field with `record_id()` and use that value in your automation
May 15, 2024 11:58 PM
May 16, 2024 09:24 PM
Could you provide a read only invite link to a duplicated copy of your base with example data please?
May 17, 2024 01:38 AM
How can I do that?
May 18, 2024 01:00 AM
anyone can help me please?