The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Here’s a more general formula to get the nth. field from a Rollup/ Array/ Multi-Select field in Airatble (e.g. first/ second/ third/ …)
To get the 1.
REGEX_EXTRACT(ARRAYJOIN({values}), "^([^,]*)")
To get the 2.
REGEX_EXTRACT(ARRAYJOIN({values}), "(?...