I am using a database on azure cloud and trying to write to a table through powerapps.
All tables have no problem except only one that i was able to write to it before but now it is not possible.
An error appears server error bad gateway and do not know where is the problem.
Everytime I created new table it works for a while then the same error appears.
Patch('[dbo].[LineDataLive]', Defaults('[dbo].[LineDataLive]'), {LineID: 11, LineName: "test", Barcode1: -1, Barcode2: -1, LastUpdate1: Now(), LastUpdate2: Now(), FGCode: 0, FGDescription: "", ProcessOrder: "", PlanCases: 0, PlanTons: 0, CasesBooked: 0, PrinterExpDuration: ""});
Any help with this?
bad gateway is a general network error. It can happen for multiple reasons, including network timeouts
https://docs.microsoft.com/en-us/azure/application-gateway/application-gateway-troubleshooting-502
see the above article for troublshooting recommendations. it might be there is some connection issue with the service that you are connecting to or you are trying to do something complex and having network timeouts.
I've also seen it happen in flow and powerapps when there are other issues.
User | Count |
---|---|
25 | |
23 | |
7 | |
6 | |
5 |
User | Count |
---|---|
29 | |
28 | |
12 | |
10 | |
5 |