- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
01-24-2023 01:54 AM
From all the incidents I have, I want to filter out the incidents having email communications associated with them.
There are several fields in the context and in the incident of the context that identifies an incident as email communications associated.
Can anybody help me with this ? maybe using any specific field from context or incident.
01-24-2023 08:54 AM
If you are filtering via the UI, you can use the query <FieldName>="" to retrieve incidents that have an empty field. So if the field was called emailcommunications it would look like this: emailcommunications="". If there are multiple fields you need to filter by you can use and/or operators to logically filter for the subset of incidents you are trying to retrieve. If this is being done via playbook, you can use the SearchIncidentsV2 automation. You would choose the query input and then use the same query as in the UI.
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!