Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.
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.