Mashup API response

I am going to create a Mashups API with 2 steps. step 1 must be invoked before step 2. This, they must be invoked sequential.

I would like to know is there any way to combine the response of both step as a response of the Mashups API. Look like following
{
“step1_response”: {}
“step2_response”: {}
}

Thanks in advance.

It has been solved by adding “Aggregator” step with “Aggregate response” on before “End” .

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.