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”
CDS, Data Integration, Model-Driven Apps, Power Platform, Virtual Entities

Virtual Entities – A forgotten feature which is still alive

Virtual Entities have been on my radar since it was released back in July 2017. I have not used it in any customer project yet though and you do not hear so much about it nowadays (as indicated in the title of this blog post). However, last year in October there was a session at eXtreme 365 where Matt Barbour said “Virtual Entities are not dead”. My friend Jonas was there to witness it live. Great to hear that Microsoft are doing investments within this area, i.e. it is not a completely forgotten chapter in the product portfolio.

Continue reading “Virtual Entities – A forgotten feature which is still alive”
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”