Hi @Anonymous ,
Do you want to reset all Toggle controls and Dropdown boxes within your app?
I have made a test on my side, please consider take a try with the following workaround:
Set the Reset property of All Toggle controls and Dropdown boxes to following:
IsReset
Set the OnSelect property of the "Refresh" button to following:
Set(IsReset, false); Set(IsReset, true)
Please take a try with above solution, then check if the issue is solved.
Best regards,