Hi,
I ahve a page like this so on right side I have column customized (URL) which has edit delete and hyperlink on the URL which should open the URL, but edit and delete seems to work but not the hyperlink on hover it shows <u>{URL}</u>
Please see the setting I did:
Dont know whats missing aor what is wrong
Wout Mahieu [SLC] [DevOps Catalyst] Answered question 1 day ago
Next to the answer of Toon, there is a way to achieve this using actions:
- Add a shape on top of the text shape in the template. Configure the color to be transparent.
- This is an extra step because actions cannot currently be added to text shapes
- Add an 'Navigate to URL' action to the newly added shape. As a URL you can configure the column value using interpolation {URL}.
When this shape is now clicked, the action will execute and navigate to the URL that is specified in the column.
Wout Mahieu [SLC] [DevOps Catalyst] Answered question 1 day ago