Workflow doesn't trigger if I update more than one field

I have a workflow that is set to trigger on update for my table.
[_THISROW_BEFORE].[CONFIG_ID]<>[_THISROW_AFTER].[CONFIG_ID]
This is the conditional expression that I have. If I only edit the CONFIG_ID then it updates perfectly fine once the change syncs through. If I update more than one field, like I have the CONFIG_ID then go edit my Invoice Total and bill date before my CONFIG_ID change goes through the workflow does not trigger. Is this a bug or a problem with my expression?

Solved Solved
0 17 804
1 ACCEPTED SOLUTION

You can watch this in the database as well, you might have to keep refreshing the table view.

Do App Formulas fire based on Quick Edits in the Detail View? If so, you could move the LOOKUP() to the Vendor IDโ€™s App Formula. Then the update is made in the app itself and no server side Workflow would be required.

View solution in original post

17 REPLIES 17
Top Labels in this Space