Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

CONCAT Field to identify project ID/documents

Avatar

Level 1

Hi,

 

First post here!

 

I'm looking for help with a CONCAT expression.

 

Use case: Task assignees can view a field in the task preview window containing a link to the documents attached to the project

Solution: Add calculated field to custom form, a CONCAT expression which pulls in the relevant project ID and points to the project documents folder. Add this custom field into relevant layout template.

 

It's the syntax for the CONCAT I need help with, if anyone can advise please.

 

Many thanks in advance

Danny

 

1 Reply

Avatar

Level 3

Hi Danny,

 

If you are just trying to point to the project level documents folder, something like this might do the trick for you:

 

valueexpression=CONCAT("https://mohawk.my.workfront.com/project/",{projectID},"/documents")

 

Thanks!