Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
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 !!!