Hi @Sales_Information
I think I understand what the problem is and forgive me if I say something that you already have tried.
Record ID in Airtable can be a little misleading. The left most number in a Grid View is not the record ID, that’s just the row number.
Every row in an Airtable has a unique RecordID that is not shown by default. The easiest way to get the RecordID of a Row(Record) is to create a formula field and put in the formula RECORD_ID() this will show you the unique ID.
If you do this in the tables of both Bases you can grab that formula output text to map to the correct record in your Automation.
Yes, I have record IDs for both the original base and the synced table in the new base. What happens is that the automation cannot match the OG record ID and the new record ID.
Step 1: Create a synced table in a new base - include a field with the original Record ID
Step 2: Re-sync the new table back into the original base as a “sync” table
Step 3: Set up automation in the original table using the original record ID to populate new info into the original table.
Test: Enter new information into editable fields in the new base - “sync now” on the sync table in the original base - watch the magic happen.