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