I have two synced tables (team 1, and team 2) pulling in dev tickets from different teams. They have the same data points.
I’ve created a third table (Joined Table) so that when a new ticket is added via the synced table it pulls it in so I have a merged view of both synced tables (essentially all tickets from both teams in one table). Using an automation. All fine.
When the fields status and/or priority in the tickets in the synced tables (team 1 & team 2) I have created an automation that updates the record in the third Joined Table. This doesn’t work and I don’t understand why.
This is screenshot of the joined-up table and Team 1 tables:
![Screenshot 2022-10-27 at 16.34.55 Screenshot 2022-10-27 at 16.34.55](/t5/image/serverpage/image-id/22957iDFC4C7B26F955A11/image-size/large?v=v2&px=999)
![Screenshot 2022-10-27 at 16.35.15 Screenshot 2022-10-27 at 16.35.15](/t5/image/serverpage/image-id/22960iBA1DD4008526D239/image-size/large?v=v2&px=999)
This is the config for the automation.
![Screenshot 2022-10-27 at 16.34.31 Screenshot 2022-10-27 at 16.34.31](/t5/image/serverpage/image-id/22955i4D345A204BBC1C81/image-size/large?v=v2&px=999)
![Screenshot 2022-10-27 at 16.34.39 Screenshot 2022-10-27 at 16.34.39](/t5/image/serverpage/image-id/22954i00E0F9A8AC92D070/image-size/large?v=v2&px=999)
I have tried changing the Record ID field in the action configuration from ‘Issue Key’ to ‘Airtable Record ID’ but no luck.
What am I doing wrong here?