Category Archives: PowerApps

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 »