Hello. I am writing a flow that takes my phones GPS coordinates and sends them, along with the accuracy, to a web address. This is what I am doing:
"GET LOCATION BALANCED" => output variables are lat,lon,alt,LOCACC
"VARIABLE SET" => Variable = LOC => set to concat(lat, lon)
"HTTP REQUEST" =>
http://192.168.0.10:8080/bin/track.pl?ccl_cell_%LOC_%LOCACCWhere ccl_cell is a text name. Essentially I am trying to pass the variable LOC and LOCACC to the web.
Can anyone give me some tips on how to do this? When it runs, I get
Java.io.ioexception:invalid sequence: %LO in query at index 68: .......
Note the original code(not mine) was done with tasker.
Thanks in advance
Craig