
Announcements
Hello, I am making an application in Power Apps that connects to SQL Server, I have followed the steps of several examples but I cannot save new records in a table. I have a field that is an integer primary key, when I try to save the data I manually place the value but I get the error "The specified record was not found". I already tried changing the field to type "uniqueidentifier" and neither. Does anyone know how to insert data?
Thanks!