Uncategorized

Power App Portal Web API – fighting lookups

We will start with the 100% helpful Microsoft docs articles: https://docs.microsoft.com/en-us/powerapps/maker/portals/web-api-overview https://docs.microsoft.com/en-us/powerapps/maker/portals/web-api-perform-operations I haven't had any issues with simple type fields but I stuck with lookups. Remembering my first time exploring the portal Web API, I didn't run into this issue. Or maybe it worked slightly differently during that times. There are some articles in… Continue reading Power App Portal Web API – fighting lookups

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