Wednesday, July 6, 2022

Encode and Decode String Using Microsoft Flow

Introduction:


In this Blog, we will see how to encode and Decode String using Microsoft flow


Implementation Steps:

 

1. Navigate to https://make.powerautomate.com

 

2. Click My Flows --> Select New Flows and Select Instant Cloud Flows

 

rampprakash_0-1657090966404.png

 

 

3. Once Selected it will Open a Popup --> Input the Flow Name and Select PowerApps and Click Create

 

rampprakash_4-1657091097818.png

 

 

4. Now Click Add New Step

rampprakash_2-1657090966112.png

 

5. Search for Variable and Select Initialize Variable

 

rampprakash_5-1657091146734.png

 

6. Once Selected --> Input Name for that Variable --> Then Select Value and Select Expressions and input the value as 

 

 

encodeUriComponent('https://microsoftcrmtecie.blogspot.com')

 

 

rampprakash_6-1657091316561.png

 

encodeuriComponent --> Will help you the encode the string 

 

7. Lets Decode the Encoded String

 

8. Add a New Step --> Search for Variables --> Select Initialize Variable

 

9. Add a Name as Decoded Value and Select Value and Write Below Expression

 

rampprakash_7-1657091580394.png

 

10. Now Click Save --> Click Test --> Select Manually --> Click Test and Run Flow

 

rampprakash_8-1657091613041.png

 

11. Now the Flow Ran Successfully

 

rampprakash_9-1657091656877.png

 

 

12. Lets Expand and see the Values(In the Below Screen you can see first Variable is encoded one and Second is Decoded one )

 

rampprakash_10-1657091686364.png

 

That's it :slightly_smiling_face:

 

this is how we need to Encode and Decode String using Microsoft flow.

No comments:

Post a Comment

How to Run Microsoft Flow for Every one Month

Introduction: In this Blog we will see how to Run Microsoft Flow for Every one Month. Implementation Steps:   1. Navigate to  https://make.p...