I have a BPMN model where I use a WSConnect service on a script task to call a REST API with dynamic query parameters and getting the results back on the _res variable. How can I parse and update the current records with the results/response from the REST API?
Any help or examples are much appreciated.