Another question - is there any concept of appendi...
# beginners-need-help
j
Another question - is there any concept of appending output data as a run continues. I have a node that iterates over a large amount of data (list of entities in a
raw
dataset. For each entity, it takes between 15 minutes and 1 hour to process that specific entity. I have a node that is looping over each entity, processing that entity, and then merging all of these entities together. What's the best way to split up this node so that I can process each user as its own node? The number of desired nodes would be one node per entity in the original dataset.
2 Views