In Next Matter you can send data to an external application. You might then pull the processed data from these apps and reuse it in the workflow.
124
is without quotes here: $.field[?(@.id==124)].value
.\"process_step\":264733
.GET /instances/{instance_id}/?inject_values=true
to inject the field input values into the response, you can use the following JSONPath to parse the response and retrieve the input value of a form field:
[]
). To extract a plain (unwrapped) value, follow these steps:
[*]
operator to unwrap each level of nesting.[[ "value1", "value2" ]]
Then use this JSONPath to extract individual values:
$.values[*][*]
Using just:
$.values[*]
would return:
["value1", "value2"]