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 is not up...
Power Apps
Unanswered

Radio button is not updating sharepoint list?

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi My latest app has a few checkboxes, that i need the user to select yes or no in radio buttons,

 

However when i select no on the radio checkbox the value in sharepoint is not updating

 

Untitled.png

 

the sharepoint columns are Yes/No (Default set to Yes)

 

The datacards settings are below

 

DEFAULT ThisItem.Amifittoperformcheck

UPDATE: AMIFITRADIO.Selected.Value = "Yes"

 

The Radio Buttons settings are

 

DEFAULT: Parent.Default

ITEMS: ["Yes", "No"]

 

Also im patching like this

 

If(Connection.Connected
,Patch('Take 5',
Defaults('Take 5'),
{Amifittoperformcheck : Value(AMIFITRADIO.Selected.Value) }
)
,Collect(COLLECTION,
{Amifittoperformcheck : Value(AMIFITRADIO.Selected.Value)

}
)
)

 

Im really confused?

Categories:
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I was able to create a work around by patching the value via a IF statment

     

    Amifittoperformcheck : If(AMIFITRADIO.Selected.Value="No",false,true)

    So my code below is incorrect or have i found a bug?

    Amifittoperformcheck : Value(AMIFITRADIO.Selected.Value) 

     

     

  • v-yutliu-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

    Do you want to update a Yes/No field by Radio button?

    I've made a similar test for your reference:

    Set the radio button's Items:["YES","No"]

    Set the Yes/No field's datacard's Update:

    If(Radio3.Selected.Value="Yes",true,Radio3.Selected.Value="No",false)

    666.png

     

     

    Best regards,

    Community Support Team _ Phoebe Liu

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @Anonymous how are you progressing with this? 

     

    @Anonymous 

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