Radiobutton value missing after submission

Copper Contributor

The radio buttons display my SharePoint list options as expected, they are selectable and save to the SharePoint list when a new item is added...but when you go to view that item or edit it in Sharepoint, the radio buttons do not display the selected choice from the list? Does anybody has a clue what is going on?

7 Replies

@Erikie Are you using SharePoint default list form or customized form? Is it happening for only particular choice (radio) column or all choice columns in list?

Can you please try creating a new choice (radio) column in same list and see if it is causing problem for all choice columns?


Please click Mark as Best Response if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

 

@ganeshsanap The radiobuttons are actually dropdown menu items created in Sharepoint and modified in Power Apps. All these modified radio buttons do exactly the same, you can submit your choice, these will show on the sharepoint list, you can edit in gridview.

 

When i open an entry, these particular buttons do not show the selected value...I do have also dropdown menu items which do appear in the sharepoint after selection... 

 

Thanks for your reply, regards, Erikie

@Erikie Maybe there is issue with saving radio button values from power apps customized form. What type of customization have you done using power apps?

Can you please share any screenshot or formulas you used for customization? It will help us to identify what is causing this issue.


Please click Mark as Best Response if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

 

@ganeshsanapSomewhere it does save something, but only visible and to be modified in grid view edit. Inlcuded an image with the formula from Item, which comes with the original dropdown menu items "L2" and "L3".

   

@Erikie Try setting Default property of Radio1 to:

 

Parent.Default

After this change, save the customized form and publish to SharePoint.

 


Please click Mark as Best Response if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

 

@ganeshsanap if this is the correct place (see image), than it does not work.....

 

If i look in the dropdown menu i see: DefaultSelectedItems set to Parent.Default. This item i do not have in the radio button. Can i create this myself?

 

in the end i set all back to dropdown menu's since the "DefaultSelectedItems" attribute is missing in the radiobutton.....too bad looked more fancy with the radiobuttons..

 

Regards, Erik

Thank you so much! This was the correct answer!!!