I've looked for similar situations but haven't quite found my issue.
First Picture Below: You see my flex-height Gallery with 2 items currently expanded. UNDER assigned group SHOULD be the value within a Text Input Control. (there is a label to the right showing the same value, but i need a text input because this is functions as a form)
Top row: assigned Group Default Text Input isn't taking effect. But in the second row, you can see the assigned group populating underneath.
Here you can see the Default value for the TextInput1_64 is CORRECTLY ThisItem.'Assigned Group'
You can see the default code applied to the text input.
I know ThisItem.'Assigned Group' is correct, because i dropped it into a label and placed it into the gallery, and that works perfectly as expected, BUT I NEED TEXT INPUT
You can see the label works correctly down the gallery, showing the correct values, using the SAME CODE AS THE DEFAULT
I've tried to execute the default code by resetting my textinput control. No Use.
Not even the Reset works. Default code is not executed.I completely do not understand why my Text Inputs aren't showing the values on default. My mind is blown.