return the longest text value in an array

Options

Curious if there is a fairly simple way to identify & extract the longest text value (most characters) from an array of text items.

Comments

  • Orbiter
    Orbiter Member
    edited October 2023
    Options

    Figured out a way to get the result I needed with sort applied as a filter on the array - then grab the last value in array.