Hi all, I'm trying to get a Tasker task to first check if it is connected to a specific wifi network before it runs a portion of the task. I have read some other posts on here and this is what I have so far...
Variable Set - %wifi to %WIFII
Variable Split - %wifi
Flash - text %wifi4
So far so good. When running the task up to this point, tasker flashes the current SSID info. However, I haven't been able to use this info in an IF action.
Right now, I have...
IF - %wifi4 ~ WSI2 (<---- current wifi ssid)
...but this doesn't work. The IF doesn't ever respond. I have tried "matches", "equals", etc., but nothing works.