I have a common app that will be embedded in multiple Teams which writes data to a central SharePoint site. I need to be able to pull the Team ID from wherever the app is launched so I can lookup additional data based on that context. I used the following to pull the Team ID "Set(varTeamsID, MicrosoftTeams.GetTeam(Param("groupId")))" on the OnStart property of the App. This was working yesterday but today when I test the app it won't pull the Teams ID. Any help will be appreciated.
Solved! Go to Solution.
I found my problem. There was a syntax error after this statement that was causing all of my On Start actions to fail.
I found my problem. There was a syntax error after this statement that was causing all of my On Start actions to fail.
Hi,
It looks like you were able to get your issue answered here. I just wanted to pop in and add a bit more information here if you would like to learn more. Feel free to take a look.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-screen
Regards,
Alex
-------
Community Support Team _ Alex Rezac
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
174 | |
115 | |
86 | |
44 | |
41 |
User | Count |
---|---|
238 | |
150 | |
132 | |
77 | |
73 |