This may have been covered, but I cannot find it. I have a field that has several emails in it. It is a lookup field I need to extract the first email in the list. Can someone help me with the formula?
Solved
Extracting first email in a field with multiple emails
Best answer by Kirsten_Kern
As a bit of a side note, you can actually just write the whole formula inside of the rollup field’s formula configuration.
I’m on mobile right now, so this might look weird or need a tweak, but it would look something like this:
IF(
values,
REGEX_EXTRACT(
values,
'[^,]*'
)
)
Thank you! That just eliminated a few extra fields! :partying_face:
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

