isArrayItemInList
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.
python · Community Common Scripts
Details
| ID | isArrayItemInList |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.13.11879924 |
| Tags | Condition |
README
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.
args: - description: the context list data. Data type is list. isArray: true name: inputArray required: true - description: the XSOAR system list name. name: listName required: true comment: '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.' commonfields: id: isArrayItemInList version: -1 contentitemexportablefields: contentitemfields: fromServerVersion: '' dockerimage: demisto/python3:3.12.13.11879924 enabled: true name: isArrayItemInList runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: - Condition type: python fromversion: 6.0.0 tests: - No tests (auto formatted)