Hyperlink tagging element

Use the Hyperlink tagging element to create clickable links in your generated documents. Hyperlink tagging elements transform any wrapped content into a hyperlink, allowing you to dynamically generate links based on data from your Data Source.

Prerequisites

Bind the Hyperlink tagging element to a data field or expression that contains a valid URL.

  1. Select the Hyperlink tagging element to view its properties.
  2. In the Properties pane, locate the Value property and choose the value button to open the value binding panel.
  3. Under Source, select the data section that contains your URL data and under Path, navigate the data structure tree and select the data field containing the URL, or enter a Power Fx expression that evaluates to a valid URL. The value must be a valid web address (for example, https://www.example.com).
  4. Choose the OK button to confirm the binding.
  5. Review results in Live Preview pane.

Properties pane showing the Hyperlink tagging element with the Value property for binding URL data.

Apply visual formatting

You can specify visual formatting rules on the Hyperlink tagging element to control the visual appearance of related content in the generated document in a dynamic, data-driven manner. For detailed steps, see Apply visual formatting to tagging elements.

Next steps