Hello,
I'm trying to patch a gallery Checkbox Selection to a choice column on SharePoint list
This the code I am using, what am I doing wrong? Or maybe it is not possible to do that?
ForAll(
Gallery4.AllItems,
Patch(
'Attendance',
Defaults('Attendance'),
{
Presence: ({Value:[@Checkbox3].Text})}
)
);
Thank you all