Hello,
I am trying to Patch data to sharepoint (Personal Data) only if variable (Alias) value matches contents of the sharepoint. The update should be on the same row that the match occurs. I am getting errors and wondering what I am doing wrong
If(CountRows(Filter('Personal Data',Title = Alias))>0,Patch('Personal Data',{Result:Pers_Total}))