Hi,
I am not using a gallery when i try to do this, I'm trying to keep it simple for this form.
when a new item is added to the list an e-mail is sent to the user to approve it. So i have added an approve button to the form.
but you cant user it unless the form is in edit mode as i had to sit in form to get it to work
and this works

Patch(
Listname,
ThisItem,
{'Form Status': {Value: "Approved"}})
but i want this button outside the form to update the Status field with out it been in edit mode. but it does not work

I have tried this but it does not work
I
Patch(
'Listname',
LookUp('Listname'),{Status:{Value:"Yes"}});SubmitForm(SharePointForm1);
any help would be great.