Hello,
I began to use n8n in order to generate some KPI reports over Stripe API.
I manage to handle Stripe pagination but I have struggle to return merged data of my HTTP request node executions.
I used $items(‘My node’) which should return all the data of the different execution for a node according to the doc but it seems not working, may be it’s not the right way to use it.
Can you give me us some hints how to merge all execution data of a specific node?
Here my workflow, if it helps to understand:
