How to Clear data at end of each Iteration without sending back response to main workflow

Im using the set node to execute only once to clear the data and free up memory but its interfering with my split in batches node by causing the next loop to use the 1 response from the set node as the input instead of batching and cycling through the data it received from the nocodb node.

Easiest way is a set node. In it you make it not return the input data with the option keep only set or in the new set node via one of the options in the dropdown
And then if you want to only return 1 item you can set it to run only once in the node options.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.