Page 1 of 1
Problem with evaluating "expression"
Posted: 10 Oct 2013 19:32
by Glocky79
Good day all, I am very noob at Tasker and am having some troubles with "expression". When I use the "input dialog" - single choice, and input my list values separated with a comma, the value will work on the first value evaluation but if it's false when it moves to the next expression it stops. I have tried "value==" variable" and value== "variable". I have used the debug dialog and the value seems to be passed on, but I still can't get it to move passed that second evaluation. I am posting an example. Thanks for any help.
Re: Problem with evaluating "expression"
Posted: 10 Oct 2013 20:21
by Martin
Hi,
There are some blanks before and after the value Disconnect in the input dialog.
The variable value will therefore contain " Disconnect " when you select the second option in the dialog.
It's probably the same problem in your second flow. Just remove all the blanks in Pandora, PowerAmp, Cancel.
Variables are case sensitive, variable Value won't work. The condition Expression in the second flow should look like this: value=="Pandora".
Regards,
Martin
Re: Problem with evaluating "expression"
Posted: 10 Oct 2013 22:27
by Glocky79
Thank you for the help, I can't believe I missed the cap "V" and didn't know about the spaces. You are sure to see more of my ?? moments.
