When there is 2 conditions in a flow, it does not work
in progress
S
Santo
.
J
Jörn
I have a similar issue.. created a flow with a check of multiple conditions in a row and with some 'else' branches.. but it does not work..
S
Saurabh Tyagi
.
C
Christian
marked this post as
in progress
Saurabh Tyagi could you please try again now? I've made a bug fix.
S
Saurabh Tyagi
Christian: I have tried but it is still not working
S
Saurabh Tyagi
Hi Christian has this issue been fixed?
S
Santo
Christian: I have to the same problem.
S
Saurabh Tyagi
Hi Christian, did you get a chance to look in to this? appreciate your prompt response!
S
Saurabh Tyagi
Hi Christian, any update on this?
C
Christian
Saurabh Tyagi: This is working for me. Can I just check? You can't have Conditions one after the other, they have to be nested like the attached image.
Photo Viewer
View photos in a modal
S
Saurabh Tyagi
Christian: thank you so much for the clarification. Yes, I was using conditions one after the other. I've corrected it and all good :)
C
Corey
Christian I am trying to do a similar thing. I am just trying to get it to cycle a variable from 1 to 4. I have scaled it down to just the variables.
first condition is greater than "2"
- next condition is equals "3",
-- Condition met
---Sets variable to "4"
-- Else
--- sets variable to "1"
-else condition is equals "1"
-- Condition met
---Sets variable to "2"
-- Else
--- sets variable to "3"
It works fine with a single condition, but not more. I am sure I am doing something wrong, but not sure what.
Photo Viewer
View photos in a modal
C
Corey
I got it working. I ended up adding a second dummy variable between the root condition and the secondary conditions.
Photo Viewer
View photos in a modal