toggle interrupt?
Moderator: Martin
toggle interrupt?
I have a toggle on my home screen for this global variable, and when I turn it 'off' I'm trying to make it instantly go to 'false' in the flow. I realize I can do this with two separate toggles, but is there a better way?
- Attachments
-
- Screenshot_2013-04-07-03-39-58.png (49.4 KiB) Viewed 10493 times
Re: toggle interrupt?
I'm an idiot. I thought I had to make another toggle,but all iI had to do is create another flow/trigger.
-
- Posts: 53
- Joined: 17 Mar 2013 16:08
Re: toggle interrupt?
With global_shit = Not(global_shit) it should toggle every time called.