Python: If repeated then select next

This may be a simple question

If repeated with data from other branches then select the next item in the current list

:flushed: In the example above with the x input setting to List Access and I want to get the ā€˜aā€™ output of 4; 5
but it only seems to iterate over the current list.

And if I set x input to Tree Access. Iā€™m a bit messed with processing GH data structure in python. :flushed: :flushed:

set the input to Tree Access, and use the two methods (below) to convert from tree to python list and vice versa:

image

2 Likes

Vielen dank!