GetIndexOfArrayValue
Community Common Scripts Pack.#
This Script is part of theSupported versions
Supported Cortex XSOAR versions: 6.8.0 and later.
This transformer will get an index of an element from an array. ex:["phishing","Malware"], if we provide "Malware" to array_value argument, will get index as 1.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Cortex XSOAR Version | 6.8.0 |
#
InputsArgument Name | Description |
---|---|
value | The value is an array of elements |
array_value | Provide the value from the array |
#
OutputsThere are no outputs for this script.