Logic not working in List.GetItemAtIndex

Hello, everyone. Can you please give me some tips understanding this logic?

I got the indices of true values. With them and a flatten list, I want to get their respectives values with GetItemAtIndex but no success, even changing the GetItemAtIndex levels.

Any thoughts? Logic seems to be making sense at first.

Try setting lacing to longest?

1 Like

You already have a true / false list, could you use a List.FilterByBoolMask node?

2 Likes

Still no expected results.

I’ve been using List.FilterByBoolBast with == and If and no expected results. Yet, with only List.FilterByBoolMask it did work. Thank you!

1 Like