trying to reset a combobox (datacardvalue9) based on a toggle - using sharepoint list as datasource
the onchange on the toggle is :
If(Self.Value = false,
Reset(DataCardValue9)
)
this does nothing to the value of combobox.
what i want to achieve is if toggle is off (false) then the value in the combo would be cleared/null.
any ideas what else i need to do?