Hi There,

 

I'm new to PowerApps and hoping to get some help.  I've created a gallery grid using an exceptional video posted by Reza Dorrani.  Everything seems to work out perfectly except that when I update an existing record, for some reason new records also gets added to the gallery grid and sharepoint.  Where would I go to fix this issue?  Below is the Onselect statement used:

 

If(
varGridEdit,
Patch(
PSRA_Events_Response_Form,
colGridData
));
Notify(
"Form Data Updated",
NotificationType.Success,
2000
);
Select(btnLoadData);
Set(
varGridEdit,
!varGridEdit
)

 

Thank you so much in advance for your feedback on this. 

Lynn