I have 2 workflows on the same button each running in different conditions, but the conditions are written on the actions level (for several reasons), not on the event level.
Is it possible that an action from workflow A will have an effect on a condition’s state before a condition is calculated on an action in workflow B, since both workflows were allowed to run unrestricted
For Example: if action 1 in workflow A changes a thing’s field to “yes”, and workflow B’s action 5 does something “only if” that mentioned thing’s field is “yes”, is it possible that workflow A’s change will have an effect before workflow B gets to action 5?