I'm trying to achieve the following:
- Members are unable to create channels in a MS Team
- They should go through a PowerApp to create a channel (and i'll capture additional info)
- The PowerApp calls a Flow to create the channel the user requested
- THE ISSUE: The flow runs at the permission of the user who called the PowerApp, not the admin and is thus denied.
I understand you can work around these elevated permission issue by using an http request connector. But paying $500 a month for this feature seems very expensive considering it was base functionality it SharePoint Workflows.