Find Item In Collection
Search an Item in a collection.
Last updated
Search an Item in a collection.
Last updated
Search for an item in a collection and store the found item in a variable.
Collection : Object Variable
The collection to be searched.
Search Criteria : String Variable
The item to be searched in a collection.
Found Item : Object Variable
The found item from the provided collection.