I have choice column in my SharePoint list , In my PowerApps form I have added a gallery in inside the DataCard and added Multiselect checkbox for the values,
Onsubmit of my form I want to patch these values into my SharePoint list , I've tried following formulas but its not working
Could anyone please help me to fix it
Patch(Risk_Database, ThisItem,{'Risk Assessment Confirmed':Gallery1.Selected.Values})