I have a massive brainfart and can't figure this out, the best result was patching some empty rows...
I would like to patch one column in the records of items selected in the gallery (using the checkbox), the value to patch would come from the dropdown.
ForAll(Filter(Gallery1.AllItems, Checkbox1.Value=true),
Patch('Assets',
{asset_location: DDmoveto.SelectedText};
);
)
i'm sure it's something silly but my brain refuses to cooperate today...