Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
i mean not with those commands like thisThe following examples have the same result in Tasker … if the variable %sample contains a y then Yes is flashed …
Dev1
A1: Variable Set [ Name:%sample To:y Recurse Variables:Off Do Maths:Off Append:Off ]
A2: If [ %sample ~ y ]
A3: Flash [ Text:Yes Long:Off ]
A4: End If
Dev2
A1: Variable Set [ Name:%sample To:y Recurse Variables:Off Do Maths:Off Append:Off ]
A2: Flash [ Text:Yes Long:Off ] If [ %sample ~ y ]
There is a forum dedicated to Tasker with many examples at …
https://androidforums.com/apps/tasker.704/
… Thom
no i always use the simple way like in the this fileDid you follow the step-by-step instructions?
Do you now know how the If action works?
… Thom