Check state change in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 08:31 PM
Hello Everyone,
I have a requirement that whenever state of incident changes from resolved to in progress a record should be created...but due to some requirements I can't put this condition in trigger condition of flow....What should I use so that I can check state change inside the flow because "if" statement only has "is" and "is not" options.
Thanks and Regards,
Hrithik Nirupam.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 09:25 AM
hi @NirupamH1 Even i have the same requirement , i'm not able to achieve this so can you tell me how you configured that so that i can finish my requirement .
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 08:57 PM
Hi @NirupamH1 ,
you configure as below in the trigger condition.
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 09:04 PM
ok, if you can't put this in the trigger condition , take the previous state of the incident to a flow variaable before wait for condotion block and in the wait for condition check the current state and flow variable state to create a record, if this wouldn't work you can use Business rule and make use of previous.
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025