Select vertex by index

it’s a bit weird i’m asking this, but how can i extract a vertex of a mesh if i know it’s index?

thanks a lot!

Does Deconstruct Mesh not work?

It gives you the location of each vertice according to it’s index, so you plug the V output to a List Item for example?