I have been getting the Network error When using Patch Function: operation is not valid, when trying to upload a single record to an Azure SQL database table. I do not get any errors in the OnSelect code until I try to run the patch with a button.
I am definitely connected to the database table and can read data from it, and I have supposedly been granted write access based on the credentials I was provided to this cloud-based Azure SQL database.
The OnSelect Code is below. Could this error be caused by not actually having write permissions, or would that error message be more sp;ecific?
I was careful to match the data types being pushed from PowerApps to the data type in the SQL table. In fact, I received initial errors about mis-matched data types, then corrected the data that I was trying to submit. Mostly hard-coding in the data answers for now to test the connection.
Thanks. Any ideas would be appreciated.