Formula Field in Workfront Planning
Hi
I am working on formula field in Workfront Planning . My objective is to display the selected values of connected field (Name : Test Field) in new Formula field separated by a delimiter.
Currently what is happening is when I directly write this formuala: {Test Field}, it displays values in this format.
["ABC","PQR","XYZ"]. So I am assuming this is becoming like an array field.
When I change the formula to Arrayjoin(“”,{ Test Field}, the formula field displays value as below without any delimiter.
ABCPQRXYZ.
Wondering how do I add a separator that will enable to get display of values like ABC, PQR, XYZ