Decodes a given encoded text.
This activity decodes a given encoded text based on a user-specified decoding method.
Decoding Method: Specifies the Decoding Method to be used. These are the available options.
Base64arrow-up-right
Base64
Base64Urlarrow-up-right
Base64Url
Output Type: Specifies the output type of the activity. These are the available options.
Byte - Generates the Decoded data in bytes.
Byte
String - Generates the Decoded data as a string.
String
Encoded Text: String Argument Required Specifies an encoded text that is to be decoded using a specific decoding method.
String Argument
Required
Result: String Variable Stores the decoded data of the user-specified encoded text in the specified String variable.
String Variable
Last updated 3 years ago