0

I have created a SharePoint Framework(SPFx) solution for custom development in SharePoint Online.

I have added the SharePoint Framework(SPFx) app to the SharePoint page.

Now, I need to open that SharePoint page in the PowerApps.

Is there any way to add a SharePoint page to the PowerApps?

It is something like opening a website link under the Android application.

Thanks

thedeepponkiya
  • 97
  • 1
  • 11
  • Hi @thedeepponkiya, does my below response help you in any way? If yes, please [Upvote(^)](https://meta.stackexchange.com/questions/173399/how-can-i-upvote-answers-and-comments) and [accept as an Answer](https://meta.stackexchange.com/questions/5234/how-does-accepting-an-answer-work) as it helped you & it will help others with similar question in future to find the correct answer easily. – Ganesh Sanap Aug 10 '23 at 09:50

1 Answers1

1

Unfortunately, Power Apps does not officially support embedding external links within canvas application using default controls provided by Microsoft.

There is no default iframe control available within the Power Apps.


You can try using custom iframe component for your requirements.

You can get the custom component at: iframePCF

You can find other iframe custom components at: PCF Gallery Search:

enter image description here

Similar thread(s):

  1. How to Embed Web Page/Web App Into Canvas apps
Ganesh Sanap
  • 1,386
  • 1
  • 8
  • 18