Input dialog help

Post your questions and help other users.

Moderator: Martin

Post Reply
Fantilator
Posts: 10
Joined: 28 Jun 2015 14:27

Input dialog help

Post by Fantilator » 24 Jul 2015 05:29

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
Don't do brainless thing, automate it...
Xiami Mi Note Pro

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Input dialog help

Post by Martin » 24 Jul 2015 11:06

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

Fantilator
Posts: 10
Joined: 28 Jun 2015 14:27

Re: Input dialog help

Post by Fantilator » 25 Jul 2015 21:21

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 :)
Don't do brainless thing, automate it...
Xiami Mi Note Pro

Post Reply