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.
SOLVED

Join Array Function not working

Avatar

Level 2

Hi there, the output of an aggregator (module #82), I am getting as an array with values C, F and S as you can refer in the screenshot. Now in the next module #83, I need to concat them as "CFS" (preferably without any separators). I am using join function, but its not working. Please help!

 

 

Elanhere_1-1737180422257.png

Elanhere_3-1737180680936.png

 

Module #83 output is empty as follows,

Elanhere_4-1737180803449.png

 

 

1 Accepted Solution

Avatar

Correct answer by
Level 9

emptystring should work for you. Have you included it?

_Manish_Singh_0-1737185275666.png

View solution in original post

4 Replies

Avatar

Level 9

Try this:

_Manish_Singh_0-1737184369106.png

 

Avatar

Level 2

Thanks Manish, Is there any option for me to remove comma separation. 

 

Elanhere_0-1737185058409.png

 

Avatar

Correct answer by
Level 9

emptystring should work for you. Have you included it?

_Manish_Singh_0-1737185275666.png

Avatar

Level 2

You rock Manish, I used emptyarray instead. Now it works!