Skip to main content

So I created a base, with a bunch of tables. The first Table is sort of a summary table of the other tables.



My use case:



Let’s say I change the status of the item in my General Manager Table from Define to Communicate:




I want to update the corresponding field in the Status column to the same value:




These selections are drop down selections.



So I setup an automation that when a record is created in General Manager table, that it will update the corresponding object (sorry, I’m none-technical, and don’t know the proper terminology) in the Status table:







The automation keeps failing, and I’m not sure whey.



Any help would be super appreciated!



Thank you.

Normally if you want records in different tables to have matching/synced values the answer is to link those records together and then use a Lookup-type field to show the value of Record 1 in Table A in Record 2 in Table B.



Your Automation is failing because you’re telling Airtable to look for a eStatus] table record with the record ID matching the {capitlize} field of the trigger record. Since trigger records are coming from the eGeneral Manager] table and you’re not linking any records together the {capitalize} field almost certainly doesn’t contain record ids.



Not enough of your table is shown for me to recommend your next steps. In what way do records relate to records?


A simpler explanation to why your automation failed:


Airtable assigns each record a unique ID that cannot be changed. It is not possible for a record in one table to have the same ID as another record in the same or any other table. The Update record action step for an Automation asks for the ID of the record that is to be updated. The value you entered is not a record ID. Putting literally anything other than a record ID in this box will cause the Automation to fail.






Potential solution:


I don’t yet believe you need an automation. You will have a much easier time if you just linked records together. So: how are the records in eGeneral Manager] table related to records in the eStatus] table? Is there one eStatus] record for each eGeneral Manager] record? If so, why are these two separate tables?


Hello. I have a similar issue. For your last question why i need a seperate similar tables is that I have a job board website created with a 3rd party website builder. So when a new job is submitted (lets say “Received Jobs” table) I have to review and modify it first. Then i have to copy/paste to another table (called “Published Jobs”) which is linked with my website. Is there a solution for this. Any help is appreciated. Thank you 🙂


Hello. I have a similar issue. For your last question why i need a seperate similar tables is that I have a job board website created with a 3rd party website builder. So when a new job is submitted (lets say “Received Jobs” table) I have to review and modify it first. Then i have to copy/paste to another table (called “Published Jobs”) which is linked with my website. Is there a solution for this. Any help is appreciated. Thank you 🙂


Are you certain you can’t just have a filtered view for “published”, and publish only from that view?


Reply