Multiple Row Updates with Just One Workflow Execution

Hello AppSheet Gurus,

I have a workflow setup to post a webhook when either of the columns [Fry (x24)] or [Fry (x1)] are UPDATED. This is my condition:

OR([_THISROW_BEFORE].[Fry (x24)] <> [_THISROW_AFTER].[Fry (x24)],[_THISROW_BEFORE].[Fry (x1)] <> [_THISROW_AFTER].[Fry (x1)])

Iโ€™m using Quick Edit on the table of these columns. The user will edit between 1 and 7 rows. When the user saves the data, it runs the workflow between 1 and 7 times, depending on how many rows they updated. I would like this workflow to run just a single time, AFTER all of the row data is saved. Suggestions for how to accomplish this? Thank you!

0 3 176
3 REPLIES 3
Top Labels in this Space