
Hi,
I was wondering If Power Pages enables external API calls ?? I've read somewhere it was in Preview but can't seem to find proper documentation. If the answer is not, what are my other options and its limitations ?
Thank you
I believe the preview feature you mention is the ability to call a Power Pages Flow directly from the portal. https://learn.microsoft.com/en-us/power-pages/configure/cloud-flow-integration
The only secure production ready feature is to make use of the portals support of Implicit Grant Flow https://learn.microsoft.com/en-us/power-pages/security/oauth-implicit-grant-flow
Workarounds may include (but depend on exactly what you need to do),
All the ones that invlove dataverse doing the processing, you need to be mindful that there is a 2 minute process execution timeout, so everything you do you need to be 100% confident it will be fully completed in well less than 2 mins.