Decode Text

Decodes a given encoded text.

This activity decodes a given encoded text based on a user-specified decoding method.

Configure

  • Decoding Method: Specifies the Decoding Method to be used. These are the available options.

  • Output Type: Specifies the output type of the activity. These are the available options.

    • Byte - Generates the Decoded data in bytes.

    • String - Generates the Decoded data as a string.

Input

  • Encoded Text: String Argument Required Specifies an encoded text that is to be decoded using a specific decoding method.

Output

  • Result: String Variable Stores the decoded data of the user-specified encoded text in the specified String variable.

Last updated