Hi there,
I've been trying to use the Teams Connector built-in to Power Apps to display the Teams I belong to with a Gallery using the MicrosoftTeams.GetAllTeams() operation, then take the ID of one of the Teams I've selected, and display more information with the MicrosoftTeams.GetTeam(id) operation.
However, nothing happens when I add in the correct arguments in the Form's DataSource and Item. There is no errors, and there's even a loading animation above the App that happens when I type the correct argument in DataSource.
Here are the properties of the Gallery and Display Form:
Gallery Name: TeamGallery
Item: Search(MicrosoftTeams.GetAllTeams().value,SearchInput.Text,"id","description","displayName")
Display Form name: FormViewer3
DataSource: MicrosoftTeams.GetTeam(TeamGallery.Selected.id)
Item: TeamGallery.Selected
The properties can also be seen in my screenshots.
As an alternative, I've tried setting the Display Form's DataSource to MicrosoftTeams.GetAllTeams() and the Item to TeamGallery.Selected to display the same information you'd see on the gallery, just for one Teams, but it doesn't work either.
Also, the form does work normally if I use a standard table as a DataSource.
All the operations can be found here: https://learn.microsoft.com/en-us/connectors/teams/
Another person had a similar issue, but he was instructed to use a gallery instead, which is not my goal: Link
If anybody knows how to use a Connector as a DataSource in the Display Form, please tell me.
Thanks in advance,
Andy.

Report
All responses (
Answers (