URL in form

2024-04-09_17-13 map link.pngI have a address field which is saved in google sheet and I added a virtual column and in a slice I did ordered it to have it into a specific order

IF(
ISBLANK([Adress]),
"",
CONCATENATE(
"https://www.google.com/maps/search/?api=1&query=",
ENCODEURL([Adress])
)
)

the column I did set as SHOW / URL without beeing able to click it and arrive to constructed url...
It always provide me 

https://www.appsheet.com/start/MAP ??? Where this is coming from ?

I was expecting to have under word MAP a link to https://www.google.com/maps/search/?api=1&query=... and my urlencoded address

0 4 152
4 REPLIES 4

Try as a Show column and subtype of URL

Hi Robinson. Told you above already tried that too...

It always provide me 
https://www.appsheet.com/start/MAP ??? Where this is coming from ?

Maybe you need to also use Hyperlink()

tried with also hyperlink but I will revise everything once more 

 

Top Labels in this Space