Hi,
I have a gallery with a drop-down menu and its Items are like this:
Table({ID:10,Label:"10 - Full Compliance"},{ID:8,Label:"8 - Compliant but with Observation"},{ID:4,Label:"4 - Partially Not Compliant -> Minor NC"},{ID:0,Label:"0 - Fully Not Compliant -> Major NC"})

The drop-down menu has set the "OnChange" value to:
Patch(AuditsQuestions, ThisItem, {Score: menuScoreA.Selected.ID})
and this is working as expected. It updates the value of SP with the ID only so I get numbers only.
However, after the change, the drop-down menu remains empty/blank.
How can I make the drop-down menu to be refreshed after the update and show what was just updated?
I still want to be able to change the value and ideally would be, if I get the value displayed in the drop-down menu but also the same list of all values that I get from "Items".
Can someone help, please?
Thank you.
Regards