Tag Archives: PowerApps

Unconventional intro to the Canvas Apps

Canvas Apps tutorials / samples are often using the same approach. They will show you how to create an application that is relying on the Gallery and Form controls and walk you through the basic usage of those controls. Here is an example: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/customize-layout-sharepoint Those are very powerful controls and you can achieve a lot… Read More »

Power Apps Components – let’s experiment!

  Well, if there is an experimental feature, let’s experiment! https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/create-component Having read through that page, I thought “wow.. can I create some kind of confirmation dialog using those components?” (Hint: if you are wondering how that worked out, scroll down to the bottom to see the recording) That was a crazy idea, I can… Read More »

Tricky Application ID-s

When looking at the application designer, we can see application ID in the link: It is the same appid that will be added to the url when you open your application in Dynamics: However, try adding that application(and the corresponding sitemap) to a solution, then export the solution, and have a look at the customizations.xml:… Read More »

Using a Canvas app with Dynamics CE to upload an image

  You probably know that we can extend entity forms with the canvas apps – this feature has been in the preview for a while now: https://docs.microsoft.com/en-us/business-applications-release-notes/october18/powerapps/extend-dynamics-365-entity-forms-with-embedded-canvas-apps It would be interesting to find some useful application for this new functionality, so I figured why don’t I use it to add “image upload” area to a… Read More »