Help

Is it possible to update a value in automations to update an entire table uniformly?

Topic Labels: Automations Data
Solved
Jump to Solution
154 2
cancel
Showing results for 
Search instead for 
Did you mean: 
A822822822
4 - Data Explorer
4 - Data Explorer

Is it possible to update a value in automations to update an entire table uniformly?
For now I'm doing it in a script but it can run on 50 rows each time, so I made a loop but it takes over a minute each time

1 Solution

Accepted Solutions
TheTimeSavingCo
18 - Pluto
18 - Pluto

Script's your best bet I think.  An alternative would be using a Repeating Group, but that'd probably take even longer I reckon.  It's working as expected, just that it's taking too long, right?

See Solution in Thread

2 Replies 2
TheTimeSavingCo
18 - Pluto
18 - Pluto

Script's your best bet I think.  An alternative would be using a Repeating Group, but that'd probably take even longer I reckon.  It's working as expected, just that it's taking too long, right?

Hi,

updating by script in a loop is approximately 100 records in a second. You can use updating by group but that is not a best workaround. If you need to make a fast update of entire column holding the same value for all records, for example, exchange rate, you need to create one record table, linked to each record of your table, like it is usually done for different kind of totals. and add value as lookup from this 1-record table