RicardoSendra__
7 years agoQrew Trainee
Limit the # of times an Automation runs for Multiple updated records in the same table.
I have an Automation set to run a Table to Table import when a record changes in a table, the problem is that Multiple Records change at the same time and the Action is re importing the Table for every record updated (undesired for multiple reasons) how do I make this only run once no mater how many records are updated at the same time?
Here are the Details:
- The Table that is activating the Automation is a Connected Table that gets updated from an external Source. it always updates multiple records.
- When this table Updates, I want to run this automation Once. The Automation Runs a Table to Table import that imports all of the Records appropriately in the destination table(s) on its first run._
- Running the automation again is causing one of the tables to duplicate all of the records since it is an event tracking table and the records do not update they are always created causing n*n duplication of the requited Data and is a waste of computation time.. The other Tables are mergeable so no data effects are seen
Here are the Details:
- The Table that is activating the Automation is a Connected Table that gets updated from an external Source. it always updates multiple records.
- When this table Updates, I want to run this automation Once. The Automation Runs a Table to Table import that imports all of the Records appropriately in the destination table(s) on its first run._
- Running the automation again is causing one of the tables to duplicate all of the records since it is an event tracking table and the records do not update they are always created causing n*n duplication of the requited Data and is a waste of computation time.. The other Tables are mergeable so no data effects are seen