URL encoding and decoding.(Power Automate Cloud flows)
Contents
Steps
Encoding
The function uriComponent is used in the expression.
If the variable url is set to the string to be encoded, the following expression is used.
uriComponent(variables('url'))
Decoding
The function decodeUriComponent is used in the expression.
If the variable encodedUrl is set to the string to be decoded, the following expression is used.
decodeUriComponent(variables('encodedUrl'))
For those who want to learn Power Automate Cloud flow effectively
The information on this site is now available in an easy-to-read e-book format.
Or Kindle Unlimited (unlimited reading).
You willl discover how to about basic operations.
By the end of this book, you will be equipped with the knowledge you need to use Power Automate Cloud flow to streamline your workflow.
Discussion
New Comments
No comments yet. Be the first one!