flow to create a change request using an catalog item

mcroxall
Tera Guru

2025-02-18_10-43-08.png

 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?

2025-02-18_10-41-57.png

1 ACCEPTED SOLUTION

Pooja58
Kilo Sage

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

 

 

View solution in original post

5 REPLIES 5

2025-02-18_11-37-06.png

 

ok that worked, adding the model without deactivating the BR.

thank you