CDS, Flow, Microsoft Flow, Power Automate

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”
CDS, Flow, Microsoft Flow, Power Automate, Power Platform

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”
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”