Change Approval Policy builder based on country of the requested_by
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
13 hours ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12 hours ago
ServiceNow Decision Tables are evaluated in order based on the Order field defined for each decision rule (row).
Order of Evaluation: The system evaluates conditions row-by-row, starting from the lowest number (e.g., 100, 101, 102).
Stopping Point: If multiple conditions are met, the decision table returns the result of the first matching row it encounters and stops processing further rows.
So validate your decision rule.
Also verify that the groups defined in your decision answers contain active users .
Refer this :
https://www.servicenow.com/community/itsm-forum/change-approval-group-in-change-request/m-p/3100545
Making Smarter Decisions in ServiceNow: A Guide to Decision Tables
