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?
Solved! Go to Solution.
Hi @arakesh04 ,
What are the Items of the Radio Control? You might also try
DatacardValue6.Selected.Category
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.
Visit my blog Practical Power Apps
Hi @arakesh04 ,
The Update of the Data Card need to be
DatacardValue6.Selected.Value
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.
Visit my blog Practical Power Apps
Hi @arakesh04 ,
What are the Items of the Radio Control? You might also try
DatacardValue6.Selected.Category
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.
Visit my blog Practical Power Apps
User | Count |
---|---|
252 | |
107 | |
88 | |
51 | |
44 |