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}), "(?...