Hi all,
I have a Sharepoint list with a choice field. After I´ve managed it, to show a radio button instead a dropdown I have now the problem, that there is now standard behaviour to unselect the buttons.
I found the workaround below, which works fine ,but it is not possible to select e.g. "No" and reselect it immediately again. You have to select "Yes" first and then you can select "No" again:
Radio button OnChange: Set(currentValue, Radio1.Selected.Value)
Radio button OnSelect: If(currentValue = Radio1.Selected.Value, Reset(Radio1), false)
Does anybody have a solution for this?
@xxYYxx ,
You have to change something on a radio button (or any control for that matter) to trigger an OnChange event (which is what I suspect you want to do here). You could put a button (a small one) in the card with Reset(RadioName) if the Default was No and then put whatever code you wanted on that.
Of the code you posted, the first one is probably a circular reference and the last would never allow a Yes value to be registered.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473