Flow Designer is not been triggered when submitted Service CatalogIssue User has defined flow to be triggered when Service Catalog Requested Item has been generated. But sometimes the flow will not be triggered, even with Requested Item being created.ReleaseAny release versions including latest.CauseThis is because the "requested item" record is a child record of Request table. In order for "requested item" to be triggered in Flow, its parent record in Request has to be Approved. There's an out-of-the-box (OOTB) workflow "Service Catalog Request" which could approve Request record automatically. If user is not installed demo data in their instance, the Request record will have to be approved first in order for "requested item" to be triggered in Flow.ResolutionImport OOTB workflow "Service Catalog Request" Or Define procedure to get Request been approved manually or automatically.