Hello,
I was trying to use the Microsoft Teams Connector to create a Team from inside a canvas app. The team seems to get created, but I'm getting a run-time error (am trying to retrieve the ID of the created team). This is my code OnSelect:
Set(createdTeam,MicrosoftTeams.CreateATeam("Test Team", "This is a test of creating a Team from PowerApps"))
Runtime error is:
MicrosoftTeams.CreateATeam failed: The data returned in the response is invalid. Response data should be a valid JSON object.
This is probably something simple I'm missing, but I can't seem to find any answers. Appreciate any help. Thanks!