Update Dropdown to radio button in PowerApps
In PowerApps SharePoint choice field will be shown as dropdown by default. Even we change the type in to Choice from dropdown to radio button it will still show as dropdown as shown the images below.
I have created Location field as choice field with dropdown
Adding it to PowerApps form we can see dropdown.
As user wanted to show the field as radio button option I have updated the SharePoint field setting and refreshed in PowerApps, still see it as dropdown as below.
After checking the blogs, I have found following solution. To show dropdown field as radio button, remove the dropdown in the form add Radio buttons as below.
OnSelect filed update the formula to be update the selected value.
In Update formulae update as below..
Comments