I probably don’t understand data structure in dynamo yet (second day using it). I ran into a problem though, I cannot seem to get item index from anything except a very simple list. A list with an additional data tree breaks the getItemIndex component, causing it to error “Index out of range”. I believe that the index is in range however, and I am misunderstanding something. Please advise! How would you go about using this component in this situation? I would like to get the items with the indexes below from the list above. Thank you for your time.
Thank you for your reply. I believe I’m doing the same thing you are; the data is nearly identical. I tried a more reduced example but still can’t get it to work. What am I doing wrong?
I was using 0.9; could this be the issue? Attempting to upgrade to 1.2.l I believe that this is the issue since list@level was introduced in 1.2. Thank you so much! Will report back if it works