Get sublist from list based on Item value of sublist

Hello,
I am trying to get the sublist (In this case is sublist 30) out of the total list, based on the value of one item in the sublist (in this case is the value 04_031_XPU11), but I got stuck at the Filter step. I’ve tried List.map but I couldn’t make it right. Any idea?


Thank for your help!

Try changing the lacing on List.ContainsItem to longest. Right click the node to access the lacing.

Hi Kenny, thank for your sharing. I was able to solve the problem.