Field
Reference documentation for using the Field expression
Written By Ben Lehmann
Last updated 9 months ago
Purpose | Return a specific field value from a JSON object |
Parameters | One JSON Value, One Text Value |
Returns | Text |
Description
The expression takes the inputted JSON object in the Object field and uses the field name from the Field Name field to return the value at the target field.

Comments
the Field Name can only bring back a top level field from the JSON, for example you cannot place a field name of a child JSON object field. To achieve this you can use the JSON Path expression.
v3.0