args: - description: A comma-separated list of indicators values. For example, for IP indicators, "1.1.1.1,2.2.2.2". isArray: true name: indicators_values required: true - description: A comma-separated list of tags to add to the indicators. For example, "tag1,tag2,tag3". isArray: true name: tags required: true comment: |- A wrapper script to the 'AppendindicatorField' script that enables adding tags to certain indicators. Note: You can use this script in an incident Layout button to allow tags to be added to indicators through the incident. commonfields: id: AppendindicatorFieldWrapper version: -1 name: AppendindicatorFieldWrapper script: '-' subtype: python3 tags: - incident-action-button timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10404775 fromversion: 6.2.0 tests: - No tests (auto formatted)