REST module output consolidation is a feature that groups all attributes into a single object called "data", simplifying the process of passing and handling information in Skyone Studio. This means you can add or modify fields without updating the entire integration flow, and there's no need to pass each parameter individually.
Practical example
In the flow below, note that we have a REST module followed by a Return module:
Flow example with REST module
By default, we pass the fields in the REST module separately. Therefore, in the “Return” module we will see the attributes ungrouped, one by one:
But if you activate the consolidation of the REST module's output, all the attributes will be sent as “data”:
The fields were grouped into "data"
How to activate consolidation
To consolidate the output of a REST module, follow these steps: