Feature: node While(or For) conditional

should be great to have a node in which we could do an iteration of array Input.

@Johnny_IV_Young Most nodes automatically will iterate over the input data. When for some reason that does not work, you can use the split in batches node along with the if node to make a for loop. The example below should show you how to use the split in batches node.