Move a character sequentially through a data table of co-ordinates

I have a data table full of sequential co-ordinates, what I am looking to do is move an actor/character from one point to the next in a sequence. However thus far he only moves to the first point in the Data Table then stops. The rows from the data table are set up as an array and I need him to move to point A, then point B then on wards until the list is complete, unfortunately there are hundreds of points so mapping each one isn’t really an option.

In the example below I’ve only added two points (with the idea that regardless of the entries it should work through them one by one till the end)

Any thoughts?