Hi there,
I’m trying to set up an airtable automation so that when I update a single select field in one table, it updates to the same thing on multiple records for that person in a second table.
For context, it’s a Covid Testing Table. The table I am entering the info in is “Start Work Testing” and the single select field I am entering into is called “Rako Status”. My second table is called “Site Access Requests” and I want to update an identical “Rako Status” field in my second table. There is always only one record per person in the “Start Work Testing” table, but there are sometimes multiple entries for that person in the “Site Access Requests” table. I think I need a script to update all records, can anyone help?
I came very close to solving it with this community post, but in this one the field that was being updated just had the same outcome each time, whereas mine will vary depending on what single select option is selected.
My automation is based on the following conditions:
Trigger: When record is updated in “Start Work Requests Table”
Step 1: Find Record: based on having the same email address on both records
Run Script: Update all records that match Find Record conditions above.
I know I can probably use a linked record or similar to solve this, but this information flows out of this table into other bases using Zap so I thought keeping the field as a single select is my preferred option.
Thanks!