Hey guys,
I had this problem a few years back and i used a workaround back then but i forgot what i did.
I was wondering if there is a clean solution for taps with specific conditions.
My code is as following:
On tap > Next
--- IF variable = 1 > Do action 1
--- IF variable = 2 > Do action 2
--- IF variable = 3 > Do action 3
The problem is that when you tap "Next" it will do all "IF'S". So instead of checking the condition and doing it it actually starts a chain.
After the first click the first action is true. Than the second action will be true after that. Than the 3th etc. But instead of only running it once it will do all actions which is pretty weird i guess since i only tapped once.
Any solution to this without creating a weird workaround?
Thanks!