How I Can Teleport Player To Armor Stand? Minecraft 1.13 / 1.13.2 [closed]

Solution 1:

Summon the armorstand with a customName such as tpArmorStand or something similar. Then, assuming you run the command as a player you do /tp @s @e[name=tpArmorStand]. If you run the command in a command block or in a function from a datapack you'd need to change the @s selector to something different in order to target the correct player.