Hey everyone,
I'm trying to create a task that will read a bunch of urls (1-5) from a file and open them in different tabs in my default browser. I've set things up like this:
%url_number is the number of URLs in the file +1 to account for eof results
The urls each have their own individual line in the file
For
%loop_number, 1:%url_number
Read line
(from file) to %url
Browse URL
%url
IF %url~!eof
End For
This only opens the last URL in the file, but if I tell tasker to flash %url as part of the loop, all of the URLs are flashed, so I know that it is looking them all up properly. I think it's a constraint with Browse URL.
I've also tried setting the line read to %loop_number; that had the exact same result.
Anyone have any ideas around this?
Thanks!