Skip to main content
Takes a single value from your data and outputs it as-is, with the option to first decode it from Base64. Use this when a value already holds the exact content you want to send out, such as the raw text of a file or a file that arrived Base64-encoded and needs decoding back to its original bytes before it is written or uploaded.

Fields

Sample data

FieldValue
Process dataDecode Base64
Path to datafile
Input (the file field holds Base64-encoded text):
{ "file": "SGVsbG8sIEFsdW1pbyE=" }
Output (the decoded content):
"Hello, Alumio!"
With Process data set to None, the same value would be returned unchanged, exactly as it appears in the field.