Get variable from another BP

Hello ! I need your help about a problem I can’t resolve …
I want get a variable from a widget BP to another, and that does not work :
I have a wrapbox :

Inside I call a simple button widget with text driven by dataTable :


216454-

I want keep the text as variable when I click on the buttons, to re-use it later :

Print test work, but I don’t know how use the variable, the following screenshot does not work :

I try everything with target pin, but every time I have no result (create a variable with first widget, cast to the first widget…) How can I get the variable value ?

Thanks for your answers

The best way in my opinion is to put the information when you create the widget. I mean… look th elicture… in the widget set the variable Expose on spawn and you’ll be able to set those variable when his created.

216875-createwidget.png