Enhanced Security Measures in Place:   To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Who rated this post

L3 Networker

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 🙂

View solution in original post

Who rated this post