Convert provided text from plain text to Base64 or from Base64 to plain text.
Common use cases
Data Manipulation
Data Management
Application
Text
Inputs (what you have)
NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
Conversion type | The type of conversion you would like to perform | Pre-defined choice list | Yes | Base64 to Plain text |
Conversion text | Text to be converted | Text | Yes | Hello |
Note: The value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data Library section. These variables in the Data Library section are the outputs of previous Wrk Actions in the Wrkflow.
Outputs (what you get)
NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
Converted text | The text after the conversion has taken place | Text | Yes | SGVsbG8= |
Outcomes
NAME | DESCRIPTION |
Success | This status is selected if the text was successfully converted. |
Unsuccessful | This status is selected in the event of the following scenarios:
|
Requirements
N/A