
I am trying to add a SP page containing multiple PowerApps to a Teams tab using the URL app. The page loads fine however I need to "Sign-in" to each PowerApp on the page. When I select the sign-in button it launches the app in a seperate browser window. I have also tried adding the PowerApps to a Power Portal page and it provides the same issue? Is there anyway to get the PowerApps to load from the page embedded in the Teams tab?
Hi @vysta ,
Could you please share a bit more about your scenario?
Do you want to launch your embedded canvas app inside your Teams Tab rather than within a separated browser tab?
How do you embed your Power Apps app into your SP Page?
Regarding the issue that you mentioned, I have made a test on my side, and don't have the issue that you mentioned. The screenshot as below:
I embedded my canvas app into my SP Page using <iframe> HTML tag as below:
<iframe width="1024px" height="768px" src="https://web.powerapps.com/webplayer/iframeapp?source=iframe&screenColor=rgba(104,101,171,1)&appId=/providers/Microsoft.PowerApps/apps/xxxxxxxx-6519-xxxx-xxxx-66a0d31efcb8"></iframe>
Please consider use the <iframe> HTML tag to embed your canvas app into your SP Page, then embed your SP Page into your Teams Tab, check if the issue is solved.
Regards,