Hmm, I think there’s a better way instead of using that complex filter shown in your linked example thread.
Simply use a “Set Variable” module with the slice
built-in function…
This saves one operation per “chunk”, so if you need 100 chunks you’re saving 100 (or 200) operations, because now instead of an iterator-aggregator pair, you only need one (or even zero modules) required to extract a “chunk”, because you are doing it using a built-in function.
I have explained this further here: A Better Solution for "How to group bundles in X amount of bundles"
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!