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

Input (the file field holds Base64-encoded text):
Output (the decoded content):
With Process data set to None, the same value would be returned unchanged, exactly as it appears in the field.