Repeat a process for n values in a list

Hello,

I want to repeat an operation for n values in a list. The values in the list are the inputs for the whole process. That is to say, run the process for the firt value, then for the second son on…up to the end of the list. How can I do it?

Thanks.

Depends on how your setup is run. Lacing longest, a custom node, python…

An image of your current graph would probably help determine the best path to continue down.

1 Like