Question
Show a column in a view with a clickable label for a URL
I have read around on the forum, but have been unable to find a solution that works.
I have a custom field: "GE - Frame.io URL" that is attached to a custom form on my projects.
In my projects view, I want to display the URL with a label (Go to Frame.io), but whatever I try it is not clickable.
Here's my code (that I borrowed from here😞
displayname=link
link.url=customDataLabelsAsString(GE - Frame.io URL)
valueexpression=IF(ISBLANK({DE:GE - Frame.io URL}),"","Go To Frame")
valueformat=HTML
Any tips?