Repeat values

Hello friends
I have a table like this, the columns are of type String

Column0 Column1 Column 2
1 001 19
2 1 20
21
22
23
24
25
26
27

image

And what I want is to create a combination of these values, like this:

image

Thank

Split the columns in seperatre tables and try crossjoiner for your tables
br

But that would create many nodes… is it possible to make it more standardized? That is, if I create another column I would have to change the flow to include more nodes

You could try a column loop
br

Hello Daniel, could you please tell me how to do it?

Hello @Aprins,

I have made some attempts to find a simple solution for your problem. Here’s the simplest solution: using a Python node with code created by K-AI, you can input as many columns as you like and the node will output all combinations.

Hope it helps!

Have a nice evening,
Raffaello Barri

2 Likes

It works, thank you very much for the help pal

1 Like

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