My customer wants to embed an existing Power App into their Appfarm solution. Is that even possible, and how?
Hi,
I haven’t personally implemented it, but it should be possible! I would recommend using the iframe component for embedding content. You can find more details about its implementation in the documentation here
Keep in mind that potential challenges may arise concerning cookies and other restrictions. I would then suggest reading the documentation on how restrictions can be configured. The MDN iframe documentation is a valuable resource for gaining insights into addressing such constraints.
1 Like
It actually works with an iframe. You just need the App ID so that you can generate the URL to paste in the iframe as described here:
1 Like