
Announcements
I want to know that is that possible that embed Power App in my custom mobile app ( c# coding language), so that the user in the my app able to trigger Power Automate via Power App. Any relevant articles or document can be a great help me.
Thank you !
Hi @NeohLooi ,
Your Power Apps can be embedded anywhere that supports iframes.
Docs: https://docs.microsoft.com/powerapps/maker/canvas-apps/embed-apps-dev
That said, whether it picks up the authenticated user is another question. For instance, I might have my app embedded in a website that is opened up in browser tab 1. If I am already logged into my Power Apps account, the app will appear in browser tab 1. Else it will show an error that it is not able to locate the app.