Paths

Specifies as a table of paths to find in the input JSON document.

The table has two columns:
  • Path – The path or query expression that references elements in the JSON input document. Such expressions should comply with the syntax defined by Stefan Goessner's de-facto standard defined here: https://tools.ietf.org/id/draft-goessner-dispatch-jsonpath-00.html. Filter expressions are supported. The path might reference either a JSON text, numeric or boolean primitive, or can specify an object or array.
  • Variable/Key – The name of the flow variable or cache variable. If filtering the output, this also specifies the name of the field in the filtered output. The specified name can include flow variable references which are resolved when the flow is run. For example, if you specify "%_FLOWUUID_%_id" to prefix the name of the variable with the ID of the flow run.