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”Category: Microsoft Flow
How to make use of the response information from an HTTP request the Power Automate way
In my previous blog post I explained how to use Power Automate (previously known as Microsoft Flow) and set up an automated flow which triggers when an Account is created or a certain field is updated and then makes an HTTP request using OAuth 2.0 as authentication method and includes some data from the Account in the request. I also mentioned that you might want to do something with the response from the request, e.g. let the users know how it went. In this blog post I will let you in on an example of just that.
Continue reading “How to make use of the response information from an HTTP request the Power Automate way”Using Power Automate to trigger on Create or Update in the CDS and make HTTP requests with OAuth 2.0 authentication
In my previous blog post I mentioned that Microsoft Flow has been rebranded to Power Automate. We still create flows though and this week I created a flow. Then I thought to myself, why not share it, perhaps someone might benefit from it and the next thing I knew this blog post was written and ready to be published. In this blog post I will let you in on how to make HTTP requests with a flow, using OAuth 2.0 authentication, i.e. a 2-step authentication. Basically, first you make a request in order to get an access token and then you use that token for your other requests.
Continue reading “Using Power Automate to trigger on Create or Update in the CDS and make HTTP requests with OAuth 2.0 authentication”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”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”Cascade from parent to child the flow way
When working with Dynamics 365 CE and designing solutions, it happens from time to time that you want to cascade information from parent records to child records. One example could be to have the address of the contact updated when the address of the parent account is changed.
Continue reading “Cascade from parent to child the flow way”