I have created a radio button Category in Sharepoint as a radio button and I need this in Power Apps as a radio button.
For this, I have set the items property of the radio button to
Choices('Demo'.'Category'
I have set the default property of the radio button to
ThisItem.'Category'.Value
At the datacard level, I have set the default to ThisItem.'Category'
and Update property to Datacardvalue6.Selected (Datacardvalue 6 is the datacard for the radio button)
When I run the Power Apps, I can select the radio button but this is not getting updated in my Sharepoint list.
Is there any config that I'm missing?