
Hi,
The Sharepoint column does not require an entry so of those who don't have an entry, the dropdown in the power app is blank.
However after you have selected a dropdown and saved, you can't go back to a blank value.
What would be the best approach to correcting this. Id like the ability to go back to a empty field.
Thanks in advance
Todd
Depends on how you have the DefaultSelectedItems setup on your ComboBox (or Default of a DropDown), ie
// If, default uses a variable then use
UpdateContext({yourVariableName: Blank()})
// If, default is already Blank, then use
Reset( yourComboBoxName )
Add the relevant code to a Cancel "X" icon, or icon of your choice