Hi
I'm using the below code (in Save button) to update field changes in Status column in my SharePoint list which called Vacations.
It's works, but it's allow me to update one field at a time.
How can I updated changes in multiple fields by one click on Save button?
Patch(
Vacations,
Gallery6.Selected,
{ Status: ComboBox_Status.Selected }
);
Refresh(Vacations)