Transforming data#
Ensemble uses a predefined data structure that allows all nodes to process incoming data correctly.
Your incoming data may have a different data structure, in which case you will need to transform it to allow each item to be processed individually.
Item list node#
Use the item list node to transform your data into a structure usable for Ensemble:
Note
If you're using the HTTP Request node, you should use the Split Into items option to transform the data. You don't have to use a Code node in that case.