- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-11-2026 10:10 AM
While using the Automation Command setMultiple in a playbook task, which expects Keys and Values with the Parent Context Key passed as arguments (Keys and Values as comma‑separated values):
Example CLI command:
!SetMultipleValues parent=test_parent keys=key1,key2,key3 values=val1,val2,val3
How can we apply Filters and Transformers on each of the values before setting them to context?
Scenario:
The values are being read from the output of a previous task:
Task1.field1: VALUE1
Task1.field2: VALUE2
Task1.field3: VALUE3
Expected Result in Context Data:
Test.Key1 : value1
Test.Key2 : value2
Test.Key3 : value3
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!

