Event Handler Condition - Advanced > "Conditionally"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2023 08:16 AM
Does anyone know what the "Event handler condition" should accept as a condition? There is no documentation I can find on this, all of the docs for event handling stop short of explaining this.
What I am looking for is something like this
Thanks, Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 11:44 PM
Hi,
Can you please help with the condition where I want to display an alert based on field "state" of a specific record (e.g. incident).
I have created an alert and wants to set a "Event handler condition" something like this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 08:15 AM - edited 07-15-2024 09:37 AM
Hi Vikramjeet, it looks like the "@state" parameter is not available in the "Event handler condition". What I would suggest is to create an event that would fire on the field or form/record and parse out the field that you need by using the return payload(@payload) "fieldName" and then grab the "value" or "displayValue" to meet your trigger condition.
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 02:08 AM
Hi, is this possible to set "IF((@data.aggregation_query_in_checklist.output.data.GlideAggregate_Query[0].count>0),false,true)" like this? . It's not working for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2024 06:33 AM
Hi @Brad Tilton and @cagg ,
Could you please help with the list here? The above link redirects me to ( https://docs.servicenow.com/bundle/washingtondc-application-development/page/build/custom-applicatio... ) everytime.
I am also looking for a list of formulae.
Regards,
Aishwarya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2024 11:29 AM
Hi @Aishwarya59
Please try this link - Add and configure components (servicenow.com)
I changed sandiego to utah and it worked!