Reference - Set
The set dictionary is optional, & must be in the root of the Playbook if supplied.
Summary
-
Set is a dictionary used to define static variables for your task
-
The dictionary can contain as many variables as you need
Examples
Email Recipient List
Setting an email recipient list:
Setting the Values
1 2 3 4 | |
Using the recipient list in a plugin action:
Using the Values
1 2 3 4 5 6 7 | |
ServiceNow Incident States
Setting incident configuration:
Setting the Values
1 2 3 4 5 6 7 | |
Using the configuration in a plugin action:
Using the Values
1 2 3 4 5 6 7 8 9 10 | |