Here I need to process some data within a recursive loop using rows (one by one) from another table, so I need to use a chunk loop, but the problem with variables occurs. If I connect the variable ports of the Recursive Loop Start and the Chunk Loop Start, the latter does not change the rows anymore so the loop process always the same table. If I connect them the other way, I get the error that the Recursive Loop End is not connected with the corresponding Loop Start node.
Could someone please explain once and for all how to connect somehow two loops or to use properly recursive loops in general?
Please contact me if you need some more information or solutions