Hi everyone,
I have created a nested iterative macro that runs through all the combinations for the set of records.
I'm needing to scale the workflow and the only thing preventing that is I haven't found a way to generate all the subsets of the input set automatically. I'm currently using static data of all the subsets of a set of 9 elements (as I've never run into an instance where there are more than that many records for one iteration) and joining only the subsets that would apply, then looping through those combinations.
So, If I input 4 records, how can I auto-generate the subsets of that set, [1,2,3,4]?
Attached is how I'm currently tackling it.
Thanks!