Skip to main content

Can someone help me!? 

What we have done:
We created a custom action(Prompt) that takes values from the analyst, so that the value can be used as input at some point in the playbook with the use of placeholders.

What we are trying to achieve:
Right now as the analyst is giving value to the prompt manually, we want to make case entities available for our custom action in the dropdown list like in the below image. So analysts can select one of the entities from the case, rather than giving it manually. This will save time to the analysts.

Please let me know how can we add this kind of entities dropdown list to the custom actions.


@TonyH 

Hi Tony
I don't think we have a way to build an "Entity dropdown Selector" into an Action for the human to chose. 

I've seen a different approach that might help _a bit_:
Have text Widget in the playbook View that lists all [Entities.identifier]
The analyst can copy the entire string, paste into an Action param input, and delete the users not of interest
The next Action would be "Entity Selector" with the condition
Entity.Identifier contains [user string]
"Entity Selector" is then an Entity subset that you can feed into other Actions


Reply