Jun 04, 2021 11:21 AM
I have Lookup Field (“Status”) that has many records with multiple values per cell. I want to parse out these values using ARRAYJOIN(Status," | "). It only returns me the comma-separated values , without “|”.
Any thoughts ?
Jun 04, 2021 01:31 PM
Use your formula in a rollup field based on the same linked record and referenced field as the lookup.
Jun 04, 2021 02:39 PM
worked like a charm ! Thank you !!!