Link href en template html

Hola!

En una plantilla html, necesito colocar un link con una imagen.
Cuando ingreso esta sintaxis me da error

<a href="https://www.dhl.com/ar-es/home/tracking/tracking-express.html?submit=1&tracking-id=&#x3C;&#x3C;[NRO_GUIA]&#x3E;&#x3E;" target="_blank"><img src="https://www.myweb.com/dhl.png" width="17" height="17" align="texttop" alt=""></a>
	

 Hay alguna manera de adecuarlo para el template html en Appsheet?

Gracias!

0 4 179
4 REPLIES 4


@marinocity wrote:

[NRO_GUIA]


ยฟSe refiere a una columna del app? Tal como aparece ahora en la plantilla, se incorpora literalmente al enlace. Para sustituir dinรกmicamente el valor de la columna, habrรญa que indicar que representa una variable. Por ejemplo:

...&lt;&lt;[NRO_GUIA]&gt;&gt;...

Gracias @dbaum 

Agregando la sintaxis que me enviaste sigue dando error al generar el archivo html.
Hay alguna parte del codigo html que Appsheet no acepta, no encuentro donde esta el error.

<a href="https://www.dhl.com/ar-es/home/tracking/tracking-express.html?submit=1&tracking-id=&lt;&lt;[NRO_GUIA]&gt;&gt;" target="_blank"><img src="https://www.myweb.com/dhl.png" width="17" height="17" align="texttop" alt=""></a> 

 

Any help?

I have the same issue, tried to link a text with a link coming from the app, but I guess there is a problem with the <<>> expression when parsing the href in the html... Seems like there is no other possibility than just displaying the link ๐Ÿ˜ž

Top Labels in this Space