Examples
EXTRACTEMAILS("Contact AppSheet Support at support@appsheet.com.")
: List of one item: support@appsheet.com
EXTRACTEMAILS("Mailing List: a@a.com, b@b.com, c@c.com")
: :List of three items: a@a.com , b@b.com , c@c.com
EXTRACTEMAILS([How can we contact you?])
: A list of any email addresses the user entered in the How can we contact you? column of the form.
Syntax
EXTRACTEMAILS( "text-to-extract-from" )
Arguments
text-to-extract-from (any textual): Text from which a list email addresses are to be extracted.
Return Value
A list of Email values.
See Also
EXTRACT(), EXTRACTCHOICE(), EXTRACTDATES(), EXTRACTDATETIMES(), EXTRACTDURATIONS(), EXTRACTHASHTAGS(), EXTRACTMENTIONS(), EXTRACTNUMBERS(), EXTRACTPHONENUMBERS(), EXTRACTPRICES(), EXTRACTTIMES()