Implementing Radio buttons choice fields in Power Apps.
Another quick tip. By default even if you have created a radio button type choice column in SharePoint the mighty Power App will show it as Combobox.
But there is a quick fix to this. Follow the below steps and have fun.
1. Select the combo box in the Data Card. You may have to unlock the card if it's not unlocked already.
2. Navigate to the item Property of the Combo box and copy it.
3. Delete the Combo box & insert a Radio control in the card.
4. Paste the copied item property of Combo box in Item property of Radio control
5. Set the update property of Data card as Radio1.Selected.
Comments
Post a Comment