How do we put a custom URL in a custom form? I'm trying to add the URL of the task overview in the custom form using this expression, but it's not giving me anything. CONCAT(‘‘https://<domain>.my.workfront.com",“/”,“task/”,ID,"/overview’’)
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Try the following instead:
CONCAT(‘‘https://<domain>.my.workfront.com”,“/”,“task/”,{ID},"/overview’’)
Since "ID" is a parameter in Workfront, you need to enclose it in curly brackets.
Best Regards,
Rich.
Hi,
Try the following instead:
CONCAT(‘‘https://<domain>.my.workfront.com”,“/”,“task/”,{ID},"/overview’’)
Since "ID" is a parameter in Workfront, you need to enclose it in curly brackets.
Best Regards,
Rich.
Hi Richard,
Yes, I tried this as well but got the same result. I wonder what's going on with my workfront. I'll try this again later, but for now, I've already found the solution to my problem. Thank you for responding to this post.
Views
Replies
Total Likes