In your current setup, the Lerp node will only process for 1 frame and is sending a values, that should be used in a “set position” node.
This is an example lerping position of the object with this script, from GameObjects PosA to PosB in 0.5 sec. The Cooldown, will also force the script to finish before letting another action happen.