web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Radio Button Resets Au...
Power Apps
Answered

Radio Button Resets Automatically

(0) ShareShare
ReportReport
Posted on by 33

I am trying to update and patch data in two different SP Lists once a Radio Button is selected inside the gallery. But whenever I click the Radio button the data is patching perfectly 

 

Developer_J0hN_1-1672639833543.png

 

until the Radio Button Resets Itself. 

Developer_J0hN_2-1672639884643.png

 

the Onselect property I use is

Patch(
 'Approval-likes',
 Defaults('Approval-likes'),
 {
 Title: Title6_1.Text,
 idea: Subtitle6_1.Text,
 'idea description': Body1_1.Text,
 STATUS: Radio1.SelectedText,
 uniqueID: ThisItem.uniqueID
 }
);

Patch(
 Approval,
 First(
 Filter(
 Approval,
 uniqueID = uniqueIDLabel.Text
 )
 ),
 {'Is New': 0}
)
Categories:
  • Verified answer
    BCBuizer Profile Picture
    22,854 Super User 2026 Season 2 on at

    Hi @Developer_J0hN ,

     

    Do you mean the radio control is not displaying the expected value? If that's the case, I suspect the Default property for the Radio control is not set. 

     

     

     

  • Developer_J0hN Profile Picture
    33 on at

    Thank you @BCBuizer! That was the exact issue. I worked the default property, and it worked well. 😃

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard