Hi,
I am trying to update my status based on the check of a checkbox.
I want to update each record in my browsegallery every time i check the box. I want to switch the status to Complete.
Trying this for patch -
Patch(['Data Source'], ThisItem.Status_two.Value, Status_two.Value = "Complete")
also trying this -
Patch(['Data Source'], ThisItem.Status_two , {Status_two:Complete})
where am I going wrong?