Chad Snow
09/06/2022, 11:04 PMDavid B
09/06/2022, 11:32 PM?eval
, but it's bad practice.
You could add two columns to your saved search, one for the URL and one for the label and construct the link in the PDF template (like <a href="${search.linkurlcol}">${search.linklabelcol}</a>
)
Alternatively you may be able to use ?replace
string built-in (maybe with a regex pattern) to reconstruct the hyperlinkDavid B
09/06/2022, 11:33 PM?eval
might work)Chad Snow
09/06/2022, 11:34 PMDavid B
09/06/2022, 11:37 PMChad Snow
09/06/2022, 11:37 PM