Help

Re: Syncing and updating records from one table to another

511 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Mae_Infante
5 - Automation Enthusiast
5 - Automation Enthusiast

Hello Everyone,

I have 2 tables that have records I want to update. One table is called Inventory, and the other is Content Info. ‘Inventory’ is our bible but the ‘Content Info’ have some records that we want to update in the Inventory, I have a field called “Housenumber” for both tables, but because in the ‘Inventory’ we tend to have multiple records entered by multiple people for “Titles” (with different spelling) but with same housenumbers, this makes the confusion (i know).

Now we need to find the “Housenumbers” in the Inventory with the same from Content Info, so we can update the fields we require by automation not manually. We’re doing this automation so we can update the field ‘Season ID’ and ‘Show ID’

I have references below:

Content Info Table
image

Inventory Table
image

As you can see, “Jad Al Shoja” has records in both sides when I searched the “Housenumber”, but in the Inventory it’s 2 entries.

So I made an automation:
image

  1. When a record is updated:
    image

  2. Find Records:
    image

  3. Update Record:
    image

It did work totally fine for the other entries that doesnt have multiple ‘housenumbers’, but for the duplicated ones it ‘Failed’.

example of ‘Successful’ automation: (3 out of 14)
image

image

Is there an additional step that i should’ve included in the automation to cover this case?
Would be a great help to hear suggestions.

My Best,
Mae

1 Reply 1

Hi @Mae_Infante

There would he many workarounds, depending on what you are trying to accomplish.

For example, when more than 1 record is found, what should happen? Should only one of them be considered?

Maybe consider creating another automation that deletes duplicates as soon as they are submitted? Merge them?

Need to know more about your workflow