Base64 Decode
Base64 decode a piece of text
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Text | Specify the line of text you intend to decode using base64. | STRING | true |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The name of the variable to store the result of this text manipulation in. | STRING | RESULT |