Page 1 of 1
Input dialog help
Posted: 24 Jul 2015 05:29
by Fantilator
Hello,
I have created a flow with. Multiple input dialogs. Strangely enough, the flow asks me twice the same input. At the end it is working.
Can someone explain see the mistake?
http://automagic4android.com/flow.php?i ... 7622abe555
Re: Input dialog help
Posted: 24 Jul 2015 11:06
by Martin
Hi,
Directly after the trigger you are forking the flow into two paths which are executed at the same time so every action starting with Sleep: 6s is executed twice. You could either execute the actions Set WiFi State: On and Set Bluetooth State: On in series or you could remove the connection between one of the two actions and the following action Sleep: 6s.
Regards,
Martin
Re: Input dialog help
Posted: 25 Jul 2015 21:21
by Fantilator
Martin wrote:Hi,
Directly after the trigger you are forking the flow into two paths which are executed at the same time so every action starting with Sleep: 6s is executed twice. You could either execute the actions Set WiFi State: On and Set Bluetooth State: On in series or you could remove the connection between one of the two actions and the following action Sleep: 6s.
Regards,
Martin
Thank you Martin.
This easy solution solved my problem.
Keep up the good work