Problem sending map by whatsapp

Hi you all !!!!

I have a problem sending a location map to whatsapp.

The code is the next:

CONCATENATE (
"https://api.whatsapp.com/send? phone=+34" & "&text=" &"Os envío los datos del contrato nº " & [NCOMPRA] & "%0A"
& "Propietario: " & [PROPIETARIO] & "%0A" &
"Término: " & [TERMINO] & "%0A" &
"Polígono: " & [POLIGONO] & "%0A" &
"Parcela: " & [PARCELA] & "%0A" &
"Teléfono: " & [TELEFONO] & "%0A" &,

https://www.google.com/maps/place/",
ENCODEURL(
[LOCALIZACION]))

The coordinates are in this format in the field [LOCALIZACION]:    39.934234, -0.194057
The link in Whatsapp is like you can see in the picture:

captura.png

My problem is that The second coordinate is not in the link. I Don´t know what I´m missing.

Thank you very much.

1 0 156
0 REPLIES 0
Top Labels in this Space