Row splitting with collection length

Hey,

is there a row splitter that can split according to list/collection length?

e.g.
Col A
[2,3,6,9]
[3,5]
[3,5,3]

with len(Col A) < 3:
Table 1
Col A
[2,3,6,9]
[3,5,3]

Table 2
Col A
[3,5]

Thanks!

Hi @tbtt,

you could use the Column Expressions node to output the list length as a separate column. Then you could use the Row Splitter to split the table according to your desired threshold.

Cheers,
David

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.