How to make a widget move an object?

Hey, I’m still having issues with getting the timeline to work by using the widget. I’ve gotten the timeline and lerp to play perfectly upon an overlap of a box trigger placed inside the elevator. But when I’ve tried setting variables in both the widget and the elevator BP the elevator BP won’t move. I set up a variable called “buttonFloorAClicked” and set it to true in the widget BP upon the button being clicked. Then I set a branch to play the timeline when the widget button is clicked. It still won’t work.