Hey guys,
So I have rollup field addresses, and I made a little formula to put “-” in front of every address.
But I would like to change hyphen symbol (-) to number - first row number 1, second row no.2 and so on.
Current formula in Addresses field is:
" - " & ARRAYJOIN(ARRAYUNIQUE(ARRAYCOMPACT(values)), ’ ; \n \n - ') &"."
Is that possible?