base64ToString function(Power Automate Cloud flows)

11/21/2023

Japanese version.

This function decodes text that is encoded in Base64.

Spec

base64ToString('<value>')
ArgumentDefaultDescription
valueRequired fieldText to decode.

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, base64ToString, and the function name and () will be set in the expression field.

Specify arguments.

Argument is a text to decode.

When using dynamic content or variables, special specifications are required.

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.

---

Links

Conversion Functions(Power Automate Cloud flows)

Example of use.

When a file is created Trigger in OneDrive For Business Connector.(Power Automate Cloud flows)

Used for decoding because of dynamic content encoded in Base64.

For a selected file Trigger in SharePoint Connector(Power Automate Cloud flows)

Used for decoding because of dynamic content encoded in Base64.

For a selected item Trigger in SharePoint Connector(Power Automate Cloud flows)