encoding_base64_decode
Decode a Base64-encoded string back into plain text. Returns an error if the input is not valid Base64.
Instructions
Base64-decode a string. Returns an error if the input is not valid base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |