Hello All,
I have an app that after submitting the form, it makes the rest of the data cards visible and switches to edit mode. One of the newly visible data cards contains a dropdown with ["", "foo", "bar", "hello"] as the hard-coded Items. If you do not save again and move to another screen, the dropdown should remain blank since it did not write to the SharePoint List. However when you go back to edit the form the dropdown is populated with a value from a previous record that contained either a "foo", "bar", or "hello".
The odd thing is if you back out a second time and go back to edit, the problem corrects itself and you are left with a blank value. The data card Default is ThisItem.ColumnName and the dropdown Default is Parent.Default.
What am I missing?
Let me know if I can provide any more info.
-Mike