Add hyperlink in the document through json data using anchor <a> tag.
JSON representation of the input data:
Copy{ "Notes Section": "Please refer to our terms and conditions over <a href=\"https://www.adobe.com/legal/terms.html\">here</a>" } Copied to your clipboard{ "Notes Section": "Please refer to our terms and conditions over <a href=\"https://www.adobe.com/legal/terms.html\">here</a>"}
{ "Notes Section": "Please refer to our terms and conditions over <a href=\"https://www.adobe.com/legal/terms.html\">here</a>"}