another SF issue - i have a scheduled WF that star...
# suiteflow
a
another SF issue - i have a scheduled WF that starts by evaluating sales orders, to see if they can be billed/fulfilled (runs every 30 min). it then transitions (trigger is empty) to a transform action, to create a cash sale. the transform action is filtered using a saved search condition, such that if a checkbox is checked on the sales order, it shouldn't create the cash sale (and doesn't show up in the saved search). this works as an event-based trigger, but the issue is that when the checkbox is unchecked, and the first WF state checks it, it still transitions to the transform state, erroneously passing the checkbox check, since the first state updates the checkbox but it isn't evaluated in time for the second / transform state