Hi @iCFO ,
I can see an automated split might make it simple to split the rows, but would you generally have a use case where you are splitting rows but not then wanting to do some very specific handling/transformation for each of them, in which case I would think you’d want to explicitly state which rows were going to each of the split branches.
Don’t you normally need to know at design time which rows are going to each branch?
As a prototype, the following construct would do what you are suggesting, I think, with the variable then being used to populate the component’s “str-filter-patterns” list.
There would be no need to specifically find the first 10, as the component will just ignore any additional items, so that gets handled easily.
I guess it could be built in to the component, but I’m wondering if it is really that useful. Open to thoughts as it could be you would have a common need for this that I’m missing.