Base64 Encode/Decode
Encode text to Base64 or decode Base64 back to text, byte for byte, with UTF-8 handled correctly.
Reads: input from input "payload" · action is fixed
input (required)Text (String)The text to encode, or the Base64 string to decode. Example: ToolForte
action (optional)Text (String)"encode" (default) or "decode". Example: encode
What this step gives back
{
"output": "VG9vbEZvcnRl",
"action": "encode"
}A later step reading this one can take the whole object, or a path into it such as output.