Issues when using "only when" conditions

Hi guys. Whenever I try redirecting my page to another page when a condition is true, and do nothing when the condition is false, the app acts weird. It redirects whether the condition is true or false which shouldn’t be the case. Anyone with similar issue?

Have you checked in the debugger to see where/why the conditions are being defined as true? that would be my first recommendation.

What parameters are you using to make the “Only When” filter?
Could you provide more details?

For some reasons, I never remembered the debugger. I took a look and realized some permissions were causing it. Thanks a lot for the pointer.

1 Like

Some permissions set were causing the issues. I appreciate the input.