I have a scenario.
in the app level I have two states.
one is list of dates let say it is three date and the other one works once I want to complete the order.
which is yes or no state let’s called order state.
my condition is like this do every time: the list of date > 0 and order state is true.
first workflow is creating new order second workflow is to minus the state of list of dates and subtract one date. so now I would have two dates and the condition should be still true.
the problem is the do when only works one although the condition is true it does not work how to fix it?