Hi
I have a Canvas App which uses a patch function to save data to a SharePoint Online list.
All works fine except if I add this to my patch
CAT1Q1:cbCAT1Appeal1,
CAT1Q1 is a Yes/No in SPO
cbCAT1Appeal1 is a CheckBox control.
Thanks
P

Hi
I have a Canvas App which uses a patch function to save data to a SharePoint Online list.
All works fine except if I add this to my patch
CAT1Q1:cbCAT1Appeal1,
CAT1Q1 is a Yes/No in SPO
cbCAT1Appeal1 is a CheckBox control.
Thanks
P
Hi @pmwhelan ,
Try this - assuming the choices are Yes and No
CAT1Q1: cbCAT1Appeal1.Selected.Value = "Yes"
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.
MVP (Business Applications) Visit my blog Practical Power Apps