Is it possible to chunk a big list of leads into groups of 10 with apollo API?

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"

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

2 Likes