Get specific items from a list

Hello, I wanted to know if you can extract specific items from a list, I need to extract the item 17,19,21,23,24,26 and make some movements to the surfaces.
I dont want to use the Item List and work the same process 6 times, so I was looking to make a list that only have this items.

Thanks!

Perhaps you have other reasons for not using the list item component, but…you can feed multiple index items/indices into the list item component and get the result you describe.

I tried to feed multiple items, but received an error.

Here is my code:
Parametric_Cat.gh (18.1 KB)

Get rid of the null/empty line in your text panel that is feeding the list item.

It worked!

Thank you!