workflows.fit
Back to n8n workflows
n8n templateFreeBy Harshil Agrawal

Merge data for multiple executions

This workflow demonstrates how to merge data for different executions. ![workflow-screenshot](fileId:517) The Merge Data Function node fetches the data from different executions of the RSS Feed Read node and merges th...

DevelopmentCore NodesManual TriggerFunctionRss Feed ReadSplit In Batches
Loading interactive preview...

Template notes

This workflow demonstrates how to merge data for different executions.

![workflow-screenshot](fileId:517)

The Merge Data Function node fetches the data from different executions of the RSS Feed Read node and merges them under a single object.

Note: If you want to process the items that get merged, you will have to convert the single item into n8n understandable multiple items.