Base64 To File
This action decodes a base64&x20;&x65;ncoded file.
This action decodes a base64 encoded file.

Inputs & Outputs
- [ I ] Base64: Stringcontaining a base64 encoded file.
- [ I ] File name: String providing the encoded file's name and extension.
- [ O ] File: File containing the decoded file.

Example Usage
- Drag action onto the canvas to get familiarized with it.

- Declare some variables to be used with the action.

- Assign the newly created variables.
- Save & Run the process and then Check Instance to see the output.

Use Cases
- Decoding a base64 String to File.

