Field
Reference documentation for using the Field expression
Written By Ben Lehmann
Last updated 10 months ago
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