Get odd index of a list

Hi,
Anyone knows how to filter the odd index in a list?

Change your list slice to start at index 1 and it should work with what you are showing.

List.DropEveryNthItem should work. My spelling may be off though.

That right!