Using Timeline to move StaticMesh struggle

Yes. Have a look here:

Timeline should really output a 0-1 float track that serves as alpha to Lerp between 2 values. You prepare data before the TL starts and then use the TL’s output to shift between those 2 locations.

This way you have a single vector variable and the actor would move by that much each time the timeline is activated.