Hi all!
At the project level, we have a custom form field for a Dropbox link. I need that link visible in my program-level view, but the links are so long that they make every line awkwardly tall (not a huge deal but it's annoying lol). I have two ideas, but I can't figure out how to execute either:
Would prefer the first option, but will happily accept either! Hope I'm not missing something horribly obvious. Thanks in advance!!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Mikaela, one of our Advisors, Rafal, had a recent post on this and should help you solution the issue, https://experienceleaguecommunities.adobe.com/t5/workfront-questions/custom-task-field-that-is-a-url...
Views
Replies
Total Likes
Mikaela, one of our Advisors, Rafal, had a recent post on this and should help you solution the issue, https://experienceleaguecommunities.adobe.com/t5/workfront-questions/custom-task-field-that-is-a-url...
Views
Replies
Total Likes
Hi Kurt, I had a little trouble applying it to my issue at first but I got there haha. Thank you!
Here's the solution for anyone curious (the URL from the custom field is named "Dropbox link"):
displayname=Dropbox
link.url=customDataLabelsAsString(Dropbox link)
valueexpression=IF(ISBLANK({DE:Dropbox link}),"","Link")
valueformat=HTML
Views
Replies
Total Likes
Views
Likes
Replies