Hello,
I am having trouble getting my Patch functions to work. I have tried many different things I have read in forums including replacing the comas with semicolons, changing the variables to values, and removing the braces. No matter what it says "The function 'Patch' has some invalid arguments. Here is the code:
Patch(tblPass, First( Filter(tblPass,'Created By'.DisplayName = CurrentUser.DisplayName, Returned = false)), {tblPass.'Time Returned' : TimeNow})
// The declarations below are elsewhere in the app. I include just to show where the variables are coming from.
Set(CurrentUser,Office365Users.MyProfile())
Set(TimeNow,Now())