I am looking for a solution to the following problem…
I need to insert a URL link into the text of an email sent using WF. The field in the table is of the URL Link type and in addition to the URL itself, it also contains a description. Inserting a link into the email is not a problem using ${doo.model[“kdeOdkazMapa”]?.value?.href ?? ‘’}. Similarly, I would like to insert a description there ${doo.model[“kdeOdkazMapa”]?.value?.description ?? ‘’}, but is there a way to achieve a “nice” link?
I would like to achieve a result where the email contains a hyperlink displaying .description, but referring to .href.
Something like: mapa zde
Thanks, Kuba