HTMLLINK Function
From Planfix
The HTMLLINK() function returns HTML text of a link with the url address. It is typically used in dynamic blocks with the result type "Text with variables" to display a clickable link to a resource as text.
Format
- HTMLLINK(url; text)
where:
- url — the link
- text — the link text
Example
%%%HTMLLINK({{Task.Agent link}}; {{Task.Counterparty}}+" | "+{{Task.Name}})%%%
It will appear in the dynamic block as:
Company | Service payment under the contract
- Clicking the text opens the link in a new browser tab.