Hi there,
I have a rollup field - Field A - which displays items in an array using a comma separator. I retrieve the items using ARRAYUNIQUE(values)
.
When I try and call this field in another field - Field B, this formula keeps the comma separator:
{Field A}
Produces: 1, 2, 3
When I try and add text to the formula, the commas are lost and the values aren’t separated but bunch into one long block of text:
{Field A) & " Text"
Produces: 123 Text
Would anyone be able to help? How can I add the commas/separators back in between these values?