Skip to main content

Convert text to JSON

Convert text into JSON.

Application

  • Text

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Original textThe text you would like to convert into a JSON variableText (Long)Yes{“field1”:”value1”,“field2”:”value2”}

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)

NameDescriptionData TypeRequired?Example
Output JSONText converted in a JSON variableText (Long)Yes{“field1”:”value1”}

Outcomes

NameDescription
SuccessThis status is selected if details are extracted from the JSON.
Impossible to CompleteThis status is selected in the event of the following scenarios:Original text is not in JSON format

Configuration