I am having trouble understanding when exactly I am saving the permanent configuration state of my variables in Forms. I thought it was the first time you save the form with the new field, but it is not.
Here is a real life example:
I will create a new Single Line field with a title of "My Field" and then I will press F5 in order to save the form. Which will give the variable a name of My_Field. This is how I know for sure the variable was saved while the title was set to "My Field"
However when I go to put the variable on a form, the title will be set as "Single Line" in some cases even though I have proof it was originally first saved with a different title based on the variable name, which means the variable configuration state was saved before I saved immediately upon adding the field but before the variable was created.
You might say the variable prefabs never keep any configuration changes, but that is certainly not true, because many variables include a once previously saved config of titles, text above line, etc. I just can't figure out what I am doing differently to capture some of the configurations while saving new variables prefabs.