AddKeyToList
Common Scripts Pack.#
This Script is part of theAdds/Replaces a key in key/value store backed by an XSOAR list.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags | |
Cortex XSOAR Version | 5.0.0 |
#
InputsArgument Name | Description |
---|---|
listName | List name. |
keyName | Key. |
value | Key Value. |
append | Append to key. |
allowDups | Allow duplicates in array keys. |
#
OutputsThere are no outputs for this script.
#
Script Example!AddKeyToList listName="NewList" keyName="SomeKey" value="TestValue"
#
Context Example#
Human Readable OutputSuccessfully updated list NewList.