UtilAnyResults
Utility script to use in playbooks - returns "yes" if the input is non-empty.
python · Common Scripts
Details
| ID | UtilAnyResults |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | Utility Condition |
README
Utility script to use in playbooks. This will return “yes” if the input is not empty.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | Utility, Condition |
Inputs
| Argument Name | Description |
|---|---|
| data | The data to check. Can be, a list or a string. Strings containing only commas will be considered empty. |
Outputs
There are no outputs for this script.
commonfields: id: UtilAnyResults version: -1 name: UtilAnyResults script: '' type: python subtype: python3 tags: - Utility - Condition comment: Utility script to use in playbooks - returns "yes" if the input is non-empty. system: true args: - name: data required: true default: true description: Data to check - can be a list or a string. Strings containing only commas are considered empty results. scripttarget: 0 dependson: {} timeout: 0s fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10404775 tests: - No tests (auto formatted)