decodeUriComponent function. Conversion.(Power Automate Cloud flows)

Japanese version.

Converts URL-encoded text to the original text.

Spec

decodeUriComponent('<value>')
ArgumentDefaultDescription
valueRequired fieldText to convert.

How to use

In most cases, it is used in the "value" when initializing or setting variables of type "String".

Click on the "Expression" tab, decodeUriComponent, and the function name and () will be set in the expression field.

The text to be converted is specified as an argument, enclosed in '.

When dynamic content or variables are used in expressions, special specifications are required.

(How to get dynamic content with expressions.)

Click on the button, and if the display looks like the following, the setting is complete.

You can change the function by clicking this purple icon.

For example, decodeUriComponent('https%3A%2F%2Fwww.samurai-emblem.com%2F%3Ftest%3Dabc%0A') would result in e'https://samurai-emblem.com/?test =abc'.

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.

Links

Conversion Functions(Power Automate Cloud flows)