Page 1 of 1

flow only 1 time

Posted: 19 Mar 2020 09:01
by mata77
hi bro,
i have a need: i would like to flow only 1 time .. what can i do?
the problem is now that the flow, starting with a bluetooth connection, provides for the switching off and on again, and then the flow goes in loop

thank you!

Re: flow only 1 time

Posted: 19 Mar 2020 18:26
by Desmanto
Hi, we need to see the flow to spot the problem. What is the trigger of the flow? Looping usually happen when you use similar trigger and action in the same flow. Example, using Trigger Bluetooth State On with action set Bluetooth on.

If need to make sure only one execution at one time, change the flow options > Execution policy to "Skip". Add a sleep 500ms to 1s at the end of the flow to protect from looping.

Re: flow only 1 time

Posted: 20 Mar 2020 14:50
by mata77
thank you! I applied the final sleep and changed the flow on skip :)