I have a flow that I created that will create an MS Team based off user input from a MS form. I used my GA (global admin) account to create the form used by the flow. If I use that GA account to submit the form that creates the team, then everything works as it should. An approval kicks off, the request gets approved and then the team gets created based on the input from the form. Beautiful.
If the form is submitted by another domain user, the flow fails at the condition step and then also
when the create team process is triggered with a status code of 500, general exception: "message": "Failed to execute Templates backend request CreateTeamFromTemplateRequest. Request Url: https://teams.microsoft.com/fabric/templates/api/team, Request Method: POST, Response Status Code: InternalServerError, Response Headers: X-MSEdge-Ref: Ref A: E8E5F71A83984C71B43F9D20C9D11349 Ref B: BAYEDGE0422 Ref C: 2019-06-05T17:01:45Z\r\nDate: Wed, 05 Jun 2019 17:01:45 GMT\r\n, ErrorMessage : ",
What am I missing here? I'm stumped. Any help is greatly appreciated. Thanks!
yes, all the prereqs have been met, I set it up exactly as is per that article