REST Module Output Consolidation
Last updated
Last updated
REST module output consolidation is a feature that groups all attributes into a single object called "data", simplifying the process of passing and manipulating information on the platform. This means you can add or modify fields without updating the entire integration flow, and there is no need to pass each parameter individually.
In the flow below, note that we have a REST module followed by a Return 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”:
To consolidate the output of a REST module, follow these steps:
Click on “Edit” in the REST module.
Activate the “Consolidate response” option.
Click on “Next” to test the module.
Finalize your changes by clicking “Save”.