List Index Problem

Hello, when take the indexes from this list, incorrect elements are coming up. How can I fix this? Thanks.

hi, try this

cordially

christian.stan

3 Likes

Yes, it’s working. Thank you. What is the cause of the problem?

1 Like

You were using the wrong list levels. You associated the input list with Level 4 when the input was only a Level 3 list. This was causing GetItemAtIndex to add an additional list level when you actually wanted to go down one level to Level 2 on your input list - since that’s where the index was pointing to.

2 Likes

Thanks @Nick_Boyts

1 Like