Here is an example showing pathfinding path on a grid. You can probably modify it to your needs - for example, instead of moving the whole path, only move to the first black dot and stop.
https://www.dropbox.com/s/quou9f4k0d9vfca/PathfindingOnGrid.c3p?dl=0
Thank you very much.