/
arrayFind
arrayFind
Description
Finds an element inside the collection and returns its index. If the element is not found, it returns -1.
Parameters
Return Type
Number
Example
return arrayFind(usersInGroups({"jira-users"}), "admin");
The result of the function is the index of the searched element in the array returned by usersInGroups(). If the array contains duplicates, the function returns the index of the first occurrence of the searched element.
See also
Peacock
, multiple selections available,
Related content
arrayFind
arrayFind
More like this
arrayFind
arrayFind
More like this
arrayFindBinary
arrayFindBinary
More like this
arrayFindBinary
arrayFindBinary
More like this
arrayFindBinary
arrayFindBinary
More like this
arrayIntersect
arrayIntersect
More like this
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.