Azure Development, Azure Integration, Business Applications, PowerApps Portal, Web API

Save Dataverse Notes to Azure Blob Storage and Display on PowerApps Portals (original @curious_mira)

Last month I posted the article describing our exercise with the Azure Blob for the portal notes. The Part 1 is here: https://msolenacrm.blog/2021/07/20/azure-storage-integration-for-power-apps-portals/ This is the second part I advertised created by Mira and all implementation credits go to her as well 😎: "I have been Exploring with Olena (https://msolenacrm.blog/) how to enable the azure… Continue reading Save Dataverse Notes to Azure Blob Storage and Display on PowerApps Portals (original @curious_mira)

Business Applications, Common Data Service, PowerApps Portal, Web API

Power Apps Portal: deactivating records from a portal via Web API

All the amazing docs, which help you to start are available here: https://docs.microsoft.com/en-us/powerapps/maker/portals/web-api-perform-operations#update-and-delete-entities-using-the-web-api https://docs.microsoft.com/en-us/powerapps/maker/portals/web-api-overview#web-api-operations I was testing the scenario where we had to workaround with the plugin: prior portal Web API times 🙂 it wasn't possible to deactivate a record from a portal with a status different from the default one. Now it's super easy!… Continue reading Power Apps Portal: deactivating records from a portal via Web API

Common Data Service, Power Platform, PowerApps Portal, Uncategorized, Web API

Power Apps portal Web API: (ERROR)An undeclared property … which only has property annotations in the payload but no property value was found in the payload…

UPDATED POST HERE: https://wordpress.com/post/msolenacrm.blog/2147 Looking at Web API for portals this weekend. For the scenarios we currently workaround, with the API it's all easy. There is a very documentation available which will help you to start: https://docs.microsoft.com/en-us/powerapps/maker/portals/web-api-perform-operations and here: https://docs.microsoft.com/en-us/powerapps/maker/portals/web-api-overview#web-api-operations When I was trying to bind a related entity on create I was getting the… Continue reading Power Apps portal Web API: (ERROR)An undeclared property … which only has property annotations in the payload but no property value was found in the payload…