Canvas apps, CDS, Embedded Canvas Apps, Model-Driven Apps, Power Apps, Power Platform, PowerApps

Exploring the ModelDrivenFormIntegration control in embedded Canvas Apps

I have written about the use cases for embedded Canvas Apps before as well as given different examples of how to create an embedded Canvas App. Take a look here for an example of how to implement one of the use cases. In my presentation Deep Space in Power Platform I also have a detailed description about how to create an embedded Canvas App.

There is one part of the app that requires some extra attention though and that is how to make use of the form context, i.e. how to get the information from the record in the Model-Driven App to your embedded Canvas App. In this blog post we will look into the details for just that and I will highlight an issue I ran into when trying to make use of the context.

Continue reading “Exploring the ModelDrivenFormIntegration control in embedded Canvas Apps”
Custom Data Provider, Data Integration, Model-Driven Apps, Power Platform, PowerApps, Virtual Entities

Virtual Entities – How to put the pieces together

This is the last blog post in a series of four about Virtual Entities. We have reached the moment where we will put all the pieces together in order to get a working example of Virtual Entities. In my previous blog posts I have given an introduction to Virtual Entities and showed how to create and register a Custom Data Provider which can be used to display SpaceX Rocket Launches in a Model-Driven App. Take a look at part 1 here. We will now create a Virtual Entity which uses the Custom Data Provider and see the result in an app.

Continue reading “Virtual Entities – How to put the pieces together”
Custom Data Provider, Data Integration, Model-Driven Apps, Power Apps, Power Platform, PowerApps, Virtual Entities

Virtual Entities – Registering a Custom Data Provider

This is the third blog post in a series of four about Virtual Entities. In my previous blog post I went through an example of how to develop a Custom Data Provider. In this one we will look at the steps needed in order to register the Custom Data Provider. In the last blog post I will put the pieces together, set up a Virtual Entity and use the Custom Data Provider that was created in the previous blog post.

Continue reading “Virtual Entities – Registering a Custom Data Provider”
Canvas apps, Custom Connectors, Data Integration, Embedded Canvas Apps, Microsoft Flow, Model-Driven Apps, Power Apps, Power Automate, Power Platform, PowerApps

Using embedded Canvas Apps to display external data in Model-Driven Apps

This is the second blog post in a series of two about embedded Canvas Apps. My previous blog post was all about the concept of embedded Canvas Apps. If you want to know the difference between Canvas Apps and Model-Driven Apps (both together being the building blocks of Power Apps) and find out when you can combine those and utilize an embedded Canvas App on a form in a Model-Driven App, go back to my previous blog post and you will find out more about that. In this blog post we will look at a specific use case and how to set that up.

Continue reading “Using embedded Canvas Apps to display external data in Model-Driven Apps”
Canvas apps, CDS, Embedded Canvas Apps, Model-Driven Apps, Power Apps, Power Platform, PowerApps

Getting started with embedded Canvas Apps

Canvas Apps is one of the two building blocks of Power Apps, the second being Model-Driven Apps. I have written about both these concepts before and I have also mentioned that you can combine the two by embedding a Canvas App on a form in a Model-Driven App. This is the first blog post in a series of two. In this first blog post I will give examples of use cases for embedded Canvas Apps and in my next blog post I will go through the entire process of how to create an embedded Canvas App for one of these use cases.

Continue reading “Getting started with embedded Canvas Apps”
CDS, Data Integration, Flow, Microsoft Flow, Model-Driven Apps, Power Platform, PowerApps

Creating CDS records from an open API – Nasa’s Astronomy Picture of the Day – using Microsoft Flow

For about a week ago I had some fun exploring one of Nasa’s Open APIs, Astronomy Picture of the Day. I made a Canvas App which displayed the picture of today (with a Microsoft Flow in the background). As a separate thing I also created a Microsoft Flow which I scheduled to run each day, it gets me the picture of today and saves it as a record in the Common Data Service. Before I set up the flow I created an entity to hold this information. This blog post will let you in on how I set up the flow which creates CDS records and how to display the records in a Model-Driven App.

Continue reading “Creating CDS records from an open API – Nasa’s Astronomy Picture of the Day – using Microsoft Flow”
CDS, Data Integration, Dataflows, Model-Driven Apps, Power Platform, PowerApps

Using Power Platform Dataflows to get data from a Web API into the CDS and a Model-Driven App

October is knocking on the door which means exiting times from a Power Platform point of view. The 2019 release wave 2 is coming to us. Let us not be washed over, instead let us surf it and have some fun. There are a lot of new features and improvements to discover.

This blog post will be dedicated to the new (or rather rebranded) feature Dataflows and how you can set up a Dataflow which gets data from a Web API and writes it to the CDS. We will also create a Model-Driven App in which we can work with this data.

Continue reading “Using Power Platform Dataflows to get data from a Web API into the CDS and a Model-Driven App”
Canvas apps, Custom Connectors, Flow, Microsoft Flow, Power Platform, PowerApps

Setting up a Custom Connector from an OpenAPI file and utilizing it in PowerApps and Flow

This is the third and last blog post in a series of three. These blog posts are all dedicated to describing my findings from exploring Canvas Apps. In the first one I summarized what might be good to know if you are totally new to Canvas Apps. In the second I gave an example of creating a Canvas App from scratch including using the camera control. In this third one we will look at setting up a Custom Connector from an OpenAPI file and utilizing it in a Canvas App and in your Microsoft Flows.

Continue reading “Setting up a Custom Connector from an OpenAPI file and utilizing it in PowerApps and Flow”
Canvas apps, Power Platform, PowerApps

Canvas Apps from scratch and exploring the camera control

I have started to explore Canvas Apps and my findings from it is about to be documented in three different blog posts. In the first one I gave some suggestions on how to get started with Canvas Apps, written from the angle that you come from the model-driven world. In this second blog post we will take a look at some basics when creating a Canvas App from scratch, such as adding the different parts we need and type in some basic formulas. We will also make use of the camera control, how exciting!

Continue reading “Canvas Apps from scratch and exploring the camera control”
Canvas apps, Dynamics xRM, Power Platform, PowerApps

How to make it from Model-Driven Apps to Canvas Apps

For someone coming from the Dynamics CRM/xRM world, Model-Driven Apps are easy to grasp. It simply contains the same concepts that we are already familiar with, such as Sitemap, Dashboards, Forms, Views, Charts etc. Canvas Apps on the other hand, might be a bit overwhelming at a first glance. I cannot say I am fully there yet, all comfortable drawing canvases and adding formulas, but at least I have started my journey into this new and exciting world. Now that I have learned a bit about it, I thought I could write down some of my findings.

Continue reading “How to make it from Model-Driven Apps to Canvas Apps”