length(<List>) : Number
The length function is used to return the count of the selected List items in a particular List.
This function works on the following Fields:
length(@Status) => 1
When used within an if() function, the length() function can be used as a condition based on the number of selected List items.
if (length(@Status) > 0, "List items selected", "No list item selected yet")
Learn more about how you can get started using the Formula Field.
Type above and the results will be displayed here.