|
|
|
|
|
by cousin_it
263 days ago
|
|
> I think that’s a consequence of the fact that multiple users can simultaneously edit a sheet. No, it's not. Built-in functions like SUM recalculate instantly, and custom formatting rules (e.g. "color green if above zero") get applied instantly, even when there are multiple users editing a sheet. Running custom functions and triggers on the server is just a decision they made. |
|
Arbitrary AppScript isn’t guaranteed to be idempotent. You have to run it only once.