I have a RadioButton (Risk Type) and a ComboBox (Risk). For each item of the RadioButton selected, a different content is brought into the ComboBox, always aligned with what was selected. For example, if the RadioButton selected is Physical Risk, the ComboBox will show several items searching in the Physical Risk column.
Content in Dataverse. All are Choices
Tipo Risco Card
RadioTipoRisco
CardRisco
ChoiceRisco
- How can I clear the ComboBox when changing the item on the RadioButton?
- How to save the ComboBox item since in Update it says that it waits for an OptionSetValue?