Hello PowerUsers,
I have a problem with my app, can anyone help me on the Patch Function that updates the record instead of creating a new in my sharepoint list?
I have an app that whenever the users inputs their contact number and personal email address, the records will be updated in my sharepoint list instead of creating a new one.
I have tried so many patch functions with no errors but it keeps on creating a new record which should just be updated.
Here is my code that I'm using right now:
Patch(
'EXIT TRACKER -',
varFormData,
Form2.Updates,
Form1.Updates
);
Hope someone could help! Thank you!