Concat Custom Field Name instead of Value
Hi all,
I have a custom field in my form that used a name as the name but an ID as the value underneath. For instance;
Starter: Soup - ID1234
Main Course: Pizza - ID2345
Dessert: Ice Cream - ID3456
Now I want to concat my three course meal in a different field called (three course meal) such that the outcome is;
Three Course Meal: Soup, Pizza, Ice Cream
However, if I concat based on the field itself it now gives the output:
ID1234, ID2345, ID3456
I know for all other ID fields in Workfront you can get rid of the ID and add .{name} but this does not seem to work for custom fields. Is there any other way that I can do this?