Understanding Auto-Update Logic for Table Columns in Workflow
When a table is set to Auto-update columns, what does Clay deem to be "out of date"? I searched help and it only shows what it does and not the logic for how it works. I would like to understand when and what triggers an update of a cell. In my table I have columns that need to be run sequentially (only run C after B is done, after A is done). It would be nice if i didn't have to check which rows A is done before running B, but i definitely don't want A B or C to be run again after it has been run once. There is no new information coming in from anything else. Also, if there are 1000 rows, and 500 rows have run, but in between I change the "Only run if" formula, will the auto update see the previous 500 values as out of date and hence will run it again even if the values will not change?