Hi gang!
I'm struggling to set up a fairly simple scenario, where I have a SharePoint list with users - and report-status.
The SharePoint list named Users contains two text fields.
* A text field, Title, containing all users displaynames
* A text field, Reported, containing status. Default value is "No".
Now I've added a button - and when it's clicked I wish it to lookup Title based on the PowerApp-user's displayname and change Reported to Yes instead of No.
I've played around with Patch for most of the time - though I'm starting to go in circles and could really use a pointer.
The following monstrosity is as far as I've gotten;
Patch(Users;LookUp(Users;Title=User().FullName;{Reported:{Value:"Yes"}})