Hi all.
I have a simple test APP on SQL DB.
APP has 3 screens - gallery, details and form (as you get with a standard wizard
When inserting new record I get an error : "network error when using Patch function: specified record was not found"

The new record is actually getting inserted into the table.
The Monitor shows :

I've Created new connection to the SQL DB, made New App etc. The table I'm trying to insert data has an PK (Varchar).
Editing a record works OK (no error messages) but when creating a new one we get an error. (On my test SQL server (on prem) I can submit data from form without any errors shown. )
Any help appreciated.
Can I somehow validate and not show an error when the record is actually inserted to the DB?