I’m having a problem with a workflow I’ve created on monday.com. I have used several IF/ELSE conditions to automate a process, but I am encountering strange behaviour.
The flow seems to work correctly until the second IF/ELSE, but from there it stops and does not continue to evaluate the remaining conditions. I have carefully checked the logic of my conditions and can’t find any apparent errors.
Instead of using multiple If/Else statements, perhaps the “Multi-branch condition” would work better? Then you get a separate branch for each status, and the next level of the workflow is all visually at the same step, instead of cascading If/Else statements.