I am trying to open a Google Maps page with directions between two dynamic points from a dashboard. I have ALON & ALAT variables for Point A and BLON & BLAT variables for Point B.
I then have a 5th Global Variable, GoogleMapsURL, that should be the full URL for directions. I can copy the Global Variable result into a browser and it works great so all of the variable manipulation is working.
For the Link Tile, I put %GoogleMapsURL% in the Link URL. If I click on it, the webpage that opens is "http://hubitat.c7/apps/api/2/dashboard/%GoogleMapsURL%" with an error message of " Bad Message 400 reason: Bad Request" on the webpage so it is trying to open a page
Does anyone know if this is possible?