isArrayItemInList
This Script is part of the Community Common Scripts Pack.#
Supported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
This automation is for comparing array(list) data of context to existing lists on XSOAR server. You can avoid using loop of sub-playbook. inputArray: the context array/list data listName: the XSOAR system list
Script Data#
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | Condition |
Inputs#
| Argument Name | Description |
|---|---|
| inputArray | the context list data. Data type is list. |
| listName | the XSOAR system list name. |
Outputs#
There are no outputs for this script.