Update count for Set Column action

Does it count as an update if a column is updated with the same value that it already contains?

E.g.

  • Column X Row 1 = “Yes”
  • User clicks a button that sets Column X Row 1 to “Yes”.

I don’t think so… you can try and check if your updates went up

  • Set Column Values, Increment, Add Row, and Delete Row actions each use one update when they run.

So that’s a yes.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.