- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
08-21-2024 01:00 AM
Hey there,
just adding and summarizing what the other folks already shared....
The idea of running an a command within a command is not really forseen by XSOAR, I know you can do some magic with dt https://xsoar.pan.dev/docs/integrations/dt but not to the extend you are looking for.
So the best way forward is using the Context and keep manipulating it, basically running the commands in sequence
!getList listName=fruitAndVegatables extend-context=mylist
!RandomElementFromList count=1 value=${mylist}
or something along those lines 🙂