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.
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.
Hi @Vivid-Squid
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.
Hi @Vivid-Squid
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.
Well, nevermind all that then.
UPDATE: I figured it out!
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.
Woohooo!!!
UPDATE: I figured it out!
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.
Woohooo!!!
Hey Shawn, this is an awesome work-around!! How is your Team Member interacting with the shared view? Through a button, a select-field, etc?
I ask because I want to create a similar scenario but where the only interaction with my team on a shared view is via two buttons: Approve or Deny.
Thanks, Pedro