I created a Multiple Condition action. My necessity is to check 2 conditions OR one condition to continue, otherwise, show a snackbar. The original way is this:
But it isn´t working when the second statement is true. Even if the value is equal to 2, the snackbar was presented and stopped. And I didn´t know why. This is the snackbar of the ELSE statement.
Then, I inserted a second snackbar, just after the condition. I wanted to understand what is happening when the condition is true. This way:
And, to my surprise, it worked! The snackbar was called and the flow continued. 😲
Then, I changed the snackbar with an Update Page State, without any field, and now it is working well.
My question: WHY?!?!??!? 😬