Flow triggered after request is resolved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 11:31 PM
Hi ,
I have a flow created for service request ,trigger is catalog here if disable is selected no issue ,but when enable is selected first flow will trigger and it will complete but again flow will trigger and sctask will be created.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 11:44 PM - edited 09-04-2023 11:44 PM
You IF ELSE logic here, instead of IF IF, that will fix your issue.
Also, if you still want to use IF IF logic, put an End flow logic by the end of first if statement ie IF Disabled, so after the disabled logic runs the flow terminates
Follow below link to know about End flow logic:
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 12:27 AM
Thanks for the quick response, but when disable is selected the flow is running only 1 time here problem is when enable is selected flow will trigger step 11 it will update the request item ,step 12 it will create catalog task and once task is closed step 13 request will be move to close then again flow trigger and run from step 11 and create task

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 12:37 AM
What are you updating in the Requested item, I see your trigger is service catalog, so it highly unlikely that making any update should retrigger the flow, can you check if request is created multiple times which might be causing it, did you check if same flow restarts or a new flow context is launched?
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 12:42 AM
same request only new flow is triggered ,last update is state is moved to close