Description
Hello,
Would it be possible to have an action that takes an input list, then splits/partitions the items in the list into smaller lists that have a maximum size, and return the resulting lists?
As an example use case: I would like to take a large list of email addresses that subscribe to a newsletter, split the list into smaller lists that have a maximum size of N, and return the smaller lists/batches of emails to process in subsequent actions.
Thanks for the great app!