Calling Dynamics 365 WebApi from Power Apps Portal
In this post, we will look at how to call the Dynamics 365 WebApi from Power Apps Portals. First, we can test the WebApi by browsing to it in the browser. The address is <portalurl>/_api/<entityname>. Let’s try the accounts entity, which would be the URL /_api/accounts and see if we can retrieve accounts: We get the message: {“error”:{“code”:”9004010C”,”message”:”Resource not found for the segment account.”}} Now, in the Portal Management app, … Continue reading Calling Dynamics 365 WebApi from Power Apps Portal