About LINKLearn how the LINK command adds hyperlinks during document generation.Sep 25, 2025Knowledge
InformationArticle BodyOverview The LINK template command inserts clickable hyperlinks in Word, Excel, and PowerPoint templates. Use LINK when you want generated documents to direct readers to supporting pages, files, or calls to action. Key Functionalities Create hyperlinks that open internal or external resources.Build both the URL and display label with JavaScript expressions.Keep documents readable by separating link text from the destination URL. Syntax {# LINK ({ url: urlExpression, label: labelExpression }) #} If labelExpression is omitted, the URL is used as the link text. Examples Example 1: Link to an Account website {# LINK ({ url: Account.Website, label: Account.Name }) #} Example 2: Button-style call to action {# LINK ({ url: Invoice.PaymentUrl, label: 'Pay Now' }) #} Notes LINK is supported in Word, Excel, and PowerPoint templates.Provide fully qualified URLs, including the protocol (for example, https://).Apply standard Office formatting to style the hyperlink text. Conclusion LINK makes it straightforward to add dynamic, data-driven hyperlinks across your templates. Next Steps LINK in Word TitleAbout LINKURL NameAbout-LINK