Hi guys,
I am tring to make a flow that uses proximity sensor and execution count condition. The idea is if I wave my hand x number of times, certain action would be triggered.
It work, but the problem is that it often encounters emergency stoppage due to the flow being triggered too many times.
I ended up temporary disabling the flow, then reenabling it after the action, which seems to get around the problem the most of the time, but this is a bit sloppy trick, and it doesn't seem to work 100% (I still get the emergency stoppage ... just less).
What would be more proper way of handling this?
Proximity sensor + Execution count ..dealing with overflow?
Moderator: Martin
-
- Posts: 6
- Joined: 06 Feb 2014 19:39
Re: Proximity sensor + Execution count ..dealing with overfl
You can either optimize your flow or change the emergency stop threshold. Could you post the flow here so I can see, if the first choise is possible. The latter you can change at menu -> manage -> preferences -> automatic emergency stop.