Expand my Community achievements bar.

The Community Advisors application is now OPEN for the second class of 2024. Apply to become a part of this exclusive program!
SOLVED

Custom URL in Custom form

Avatar

Level 3

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’’)

AlfredEn_0-1694589263009.png

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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.

 

Avatar

Level 3

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.