- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 08:47 AM
I have a requirement to create a emergency change from a catalog item, so i created an flow, however when i select the emergency, it still creates a normal change. How can i get around that?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 09:08 AM
Hi @mcroxall ,
To set the type as "Emergency," we need to set the model as "Emergency" (the model is a field on the change form). However, in the Flow action, only the type is being set to "Emergency," but not the model.
By default, the model field is set to "Normal," and the type field is dependent on the model field.
This is an issue with the Flow action, and we cannot modify the system action.
As a temporary solution, until ServiceNow resolves the issue, you can try copying the action/creation process and ensure both the model and type fields are set to "Emergency."
Kindly mark this as helpful or correct if it answers your query.
Best Regards,
Pooja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 09:38 AM
ok that worked, adding the model without deactivating the BR.
thank you