Okay this is super weird....
I've got an "Edit Form" control with datacards.
Within one of the datacards I have a button and a textbox. The "Text" of the textbox is set to "var" and the button's "OnSelect" is set to "Set(var, "Hello World")".

If I press the button, nothing happens.
Now for the fun part:
Same setup. Except, I'm using "var2" instead of "var" and the button and textbox are not in the datacard. They are in the root of the screen.

Here is what these two look like after I press both buttons: (reminder, The one in the datacard is on top, and the one on the root of the screen is on the bottom)

I do not understand what's happening here.
It happens on a different screen and form within the same app, but works fine I different app I built about 3 months ago.
Any information is greatly appreciated and I thank anyone who took the time to read this post. 😁