- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 07:47 AM
I'm trying to trigger a Business Rule when a catalog variable's value changes at RITM level.
Here's the scenario:
I have a choice-type variable named Request Type with three options. I want the Business Rule to execute only when the value of this variable changes.
However, while setting up the condition, I’m not seeing the "changes" operator available for this variable.
But when I select a standard field like Stage, the "changes" condition is available.
I also use the current & previous method in the script, but it didn't work. It was showing the same value for both.
Can someone please advise on how I can achieve this use case for a variable? Any guidance would be much appreciated.
Thanks in advance!
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 07:58 AM
it's not available there, use this in condition field of business rule
current.variables.type_of_request.changes()
it has worked in the past
Business rule condition - Variable value changes
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 07:58 AM
it's not available there, use this in condition field of business rule
current.variables.type_of_request.changes()
it has worked in the past
Business rule condition - Variable value changes
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 08:24 PM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader