Base64 Decode node
The Base64 Decode node converts a Base64 encoded string or string variable to plain text.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configurations
-
Base64 decode: Convert a Base64 encoded string or string variable to plain text.
-
Save in the flow store: Save the result into a variable for reuse by other nodes. See Save in the flow store for details.
Default output node
- Success
- Failure
JSON metadata
{
"name": "base_64_decode",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"category": "utility_components",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Base64 Decode"
}, {
"lang": "it",
"value": "Base64 Decode"
}
],
"nodeName": "Base64Decode",
"index": 15,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}