Convert String to JSON using Power Automate Microsoft Flow | Work with Parse JSON

Convert a string having the JSON content to JSON object using Power Automate Microsoft Flow (MS Flow). We will work with the JSON Object and not the JSON Array.

How to Use If-Else in Power Automate Microsoft Flow?

Use If Else conditional statements to handle the decision based on the condition defined. We will see them in action in Power Automate Microsoft Flow.

Convert Number or Integer to Text or String using Power Automate Microsoft Flow

Convert an Integer to String in Power Automate. Log in to Microsoft Flow and create a new Instant Flow. Name it accordingly. Add a new step to initialize an Integer variable.

How to Get User Details using Microsoft Flow Power Automate?

In this post, we will get the user profile using the MS Flow. To start with, create an Instant cloud flow in Power Automate and add a new action.

How to Concat string in Power Automate Microsoft Flow?

In this post, we will concatenate two strings using MS Flow. The first string, I will hardcode and the second string I will take it from the initialized variable.

Getting the WhatsApp Message Details in Power Automate | WhatsApp Bot [Part 2]

In this part, we will get the JSON payload that we received from Twilio that contains our WhatsApp message. There are many properties here, but we are only focused on few.

[Fixed] The property ‘content’ must be of type JSON in the ‘ParseJson’ action inputs, but was of type ‘application/x-www-form-urlencoded’

I got this error when I tried to Parse JSON when a request is received in Power Automate. I tried many ways to Parse the data but could not succeed. Finally, I got a lead by just randomly doing try and error method.

Get Inputs in Power Automate Desktop from Microsoft Flow

In this post, we will send inputs from Power Automate Cloud to Power Automate Desktop (PAD). Here we trigger the PAD flow from the cloud by passing the inputs.

Create Flow and Setup Twilio Sandbox for WhatsApp | WhatsApp Bot [Part 1]

In this part, we will create the initial flow in Power Automate and also set up the Sandbox environment in Twilio for WhatsApp.

[Fixed] Could not connect to Desktop Flows running on your machine

This is the error message shown when connecting the Power Automate cloud to the Power Automate Desktop (PAD) using the Gateway while creating a new connection.

Up ↑