- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-01-2022 01:12 AM
Hi,
I have one playbook where I'm using the Builtin ExtractIndicators Function to extract any indicator from one field, and it's working fine:
After this, I call more subplaybooks, and I want, from this subplaybooks, use this indicators for some action, for example send an email or create a ticket in a ticketing system.
How can I access to this indicators? Is there any way to "copy" all the indicators in one time?
Anyway, I'm trying to access to this indicators from a subplaybook, one-by-one, like:
${ExtractedIndicators.[0].Domain.[0]}
This is not working, I get an empty result.
So, I have two questions:
Thanks!
M
12-01-2022 02:24 AM
Example inside the "Playbook Triggered" at the subplaybook, in this case is mandatory the input:
12-01-2022 02:21 AM
Hello,
You can create an input in the subplaybook, with no need to be mandatory, and just introduce the variables you need.
12-01-2022 02:24 AM
Example inside the "Playbook Triggered" at the subplaybook, in this case is mandatory the input:
12-01-2022 03:14 AM
Thank you for your help!!
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!