I am downloading a CSV file, binary file, 550MB ish, and I would like to split it in x Binary items
Hi @Gabriele_Bracciali, this seems be to be similar to what you were asking for over here:
You can use pretty much the same approach and have your workflow return the smaller binary files produced by the “Move to file” node in the sub workflow back to the parent workflow. This potentially costs a lot memory though, so make sure to monitor this closely.