0

How to get MyTeams of CurrentUser in Office 365(Dynamics 365) Environment from Powerapps ?

We are trying to check whether the CurrentUser is a member of a particular Team or not. Teams are added from Dynamics 365 environment.

We can get all existing teams by adding 'Teams' entity into Datasource.But we need currentUser's team. Powerapps showing "MyTeams" option in Entity page. But no such option available in code.

Teams in Dynamics 365 enviroment

Myteams Option in Powerapps

Sikha Arun
  • 11
  • 2

1 Answers1

0

Like I answered in your another question, we will be doing such queries using web api in client side form scripting.

This TeamMembership entity is not listing in PowerApps D365 connector, so alternate solution is custom connector to consume the needed crm web api call. Read more