Hi Everyone!
I'm having some issues with DropDowns and blank values...
I have a DropDown, in my data form, that is connected to an Azure SQL data source which has an empty row that is displayed by default (as blank).
If I change the DropDown value to something other than blank and submit the form, it works perfectly. When I open back the form, the value is loaded correctly and I can change it to any other value except to blank.
Once the DropDown is set to something else other than blank I can't seem to be able to set it back to blank again.
I've tried the Patch function but I get an error message saying that a value is expected, although my column, in SQL, allows null values.
Any thoughts?
Thanks