Request Item is going into default stage (waiting For Approval) due to delay is in flow designer triggerIssue When requesting an item that does not require approval the stage is shown as 'Waiting_For_Approval' instead of Fulfillment ReleaseNACauseThe flow configuration is currently to run flow in the background, which is processing in the flow event queue. And there is a delay when the flow got processed in the queue. This is working as expected. The stage will load after the flow context is loaded.ResolutionThis issue can be fixed with a minor configuration change on the flow. Change the flow to execute in the foreground instead to avoid the queue delay and see if this resolves the issue. Note: you may need to clear browser and/or instance cache after the change.