I have multiple branches processing the same type of data (file types) for different scenarios, but ultimately I need to put the data from these multiple branches into a single array to be passed to a large model, but I can’t aggregate them together.
Do you ever try the code node and to push all the data into one Array? Since I don’t really understand your requirement, it may be better to give me more detail.
Code nodes cannot process file-type arrays, and file-type arrays are not available in the code node’s output data types. Specifically, there are multiple branches used to process files, but ultimately, I want to put all the files from these branches into an array for use by the vision feature of a subsequent AI model, and there is no way to aggregate them.