Hi Power Apps Developers,
I’m facing an issue with radio button controls in my Power Apps project, and I’m hoping for some advice. I have four radio buttons (Radio1
, Radio2
, Radio3
, Radio4
) in a form that are supposed to allow users to select different criteria. This criteria should store than an evaluation criteria. This criteria needs to be stored temporarliy to sum it up after a cluster of questions is answered. However, none of the radio buttons work—they don't allow any selection, and this issue exists even before I apply any reset functionality.
Here’s the key formula I’m using in the OnSelect
property:
Reset(Radio2);
Reset(Radio3);
Reset(Radio4);
And in the OnChange
property:
Reset(Radio2);
Reset(Radio3);
Reset(Radio4);
Despite my efforts—checking data binding, verifying default values, and simplifying the setup—the radio buttons remain unresponsive. The problem is present from the start, before any resets are even triggered.
Has anyone encountered this issue or have any suggestions? I’m particularly interested in understanding why these controls aren’t working and how to get them functional.
Thanks in advance!
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional