Skip to main content

Extract from Json

Current configuration of the Extract from Json task in the Workflow Designer

The Extract from Json task allows you to extract the value of a key from an incoming JSON object.

Configuration

  • Key to extract: name of the key present in the JSON from which you want to extract the value. It can be entered as a parameter using the button to the left of the field.

Output Parameters

  • result: message describing the outcome of the task.
  • value: contains the retrieved data.
  • resultJson: represents the result of the task execution in JSON format, including general information, configurations, and execution details.

Note

This task operates on the incoming JSON from a previous task.