Decode Text
Decodes a given encoded text.
This activity decodes a given encoded text based on a user-specified decoding method.
Configure
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 ArgumentRequiredSpecifies an encoded text that is to be decoded using a specific decoding method.
Output
Result:
String VariableStores the decoded data of the user-specified encoded text in the specified String variable.
Last updated