Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 9.13.0 |
Location | Data > JSON |
The "Get value from JSON by name" step allows you to extract a specific value from JSON data using its name or key. This step supports JSONPath variables in the JSON TEXT input, enabling more flexible and dynamic extraction of data from JSON structures.
Refer to the screenshots below for a detailed example of how the step works.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
JSON Text | JSON Text to retrieve an array from | String |
Name | Name of the value within the JSON Text | String |
Treat Date as String (v9.13+) | Allows users to have date values be treated as a basic String rather than be translated into a date format. | Boolean |
Outputs
Property | Description | Data Type |
---|---|---|
GetValueFromJsonByName1_Output | The value within the Name in the JSON file. | String |
Step Changes
Description | Version | Release Date | Developer Task |
---|---|---|---|
Added Treat Date As String property. | July 2025 | [DT-044788] |
Related Information
Articles:
Creating Types From JSON Schema
Example Labs:
JSON Deserialization
Forum Posts:
Remove Done From The JSON Output