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!
Module #83 output is empty as follows,
Solved! Go to Solution.
Views
Replies
Total Likes
Views
Replies
Total Likes
Try this:
Views
Replies
Total Likes
Thanks Manish, Is there any option for me to remove comma separation.
Views
Replies
Total Likes
emptystring should work for you. Have you included it?
Views
Replies
Total Likes
You rock Manish, I used emptyarray instead. Now it works!
Views
Likes
Replies