How to change text on Button Clicked (UMG)?

Hi, So I’ve been creating a project where I click 2 buttons on a Map UI widget to change the camera position. I want to know how would I change the text from a ‘format text’ node to 3 options of text?
Here is my Blueprint:

You can use a “Select” node to choose between different values.

Thanks for the help. You answered my question. :slight_smile: