first
Use the first function to return the first Text value from Collection of Texts.
Function format
first(Collection of Texts)
- Collection of Texts: The collection of texts, from which the first Text value is extracted.
first example
first(["Newton Gold", "Carl Houston", "Melody Law"])
The formula returns the String value Newton Gold.