Documents
Base64 To File
5min
This action decodes a base64 encoded file.
- [ I ] Base64: String containing a base64 encoded file.
- [ I ] File name: String providing the encoded file's name and extension.
- [ O ] File: File containing the decoded file.
- 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.
- Decoding a base64 String to File.
Updated 30 Jan 2024
Did this page help you?