Re: How to use Power Apps custom connector in Power Pages
Hi @Anonymous
Power Apps Portals was using dataverse for a long time. Dataverse is a common database which connects multiple products including power pages/portals. Please follow the instructions from @PowerPuffKK - useful information plus the virtual table was a cool feature where it allows you to connect your external databases like MySQL, SQL Server from Cloud.
In addition, instead of custom connectors you can use portal web API to retrieve the data. Adding official docs below.
https://docs.microsoft.com/en-us/power-apps/maker/portals/web-api-overview
The above still works for pages too.
You can also utilise power automate CDS connector with an HTTP trigger. Of course, Dataflows mentioned by Kristine are also the best way.
Have fun.
Cheers
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.