Update text content using query or table value

Hi,

I am trying to use a text field to display a value.
This value is updated in GUI using a button and I would like to see, in real time, the text field referencing this value, updating to the new value. However, this is not working.

Here is an example:

image

The text field is only updating if I reload the page.

Welcome to the forum!
Can you provide more information? The code behind the button...., the code for the select field, etc...screenshots

Put an event on button press to textboxwhatever.setValue( {{value you would like to set}} )