Feed a lerp with an array

You should create a new vector variable and set it to a random value from the array before playing the timeline, and feed that variable into the B pin in Lerp.
The way you have it set it up each timeline update it gets different random value from the array, while this way it sets the value before the start and use the same value each update.
I would also use Play From Start on timeline just to be sure.