Convert Base64 to file Action(Power Automate Desktop)
Convert Base64 (a format in which binary data is represented as text for sending e-mail, etc.) to binary and save it as a file. file.
Contents
How to use.
Convert Base64 to file Action from File onto the workspace.

Set parameters.

Parameters
Base64 encoded text
Specifies the text to be converted.
Rarely is the text specified as a fixed value, but it is often read from a file or other source.

File path
Specifies the directory and file name of the converted binary file to be saved.
If there is a possibility that the file already exists in the specified path
It is also useful to check for the exists of the file.

If file exists
Select the behavior ("Do nothing" or "Overwrite") when the same file name already exists.

---
Discussion
New Comments
No comments yet. Be the first one!