Hi All,
I have a barcode scanner in my app which picks up data. I want to send the barcode to the SQL database which I have in Microsoft Azure and who sent it.
I currently have this formula on the OnSelect button as I am using the multi scanner but when I try it on my app it says I have ClientRequestID failure. I have the SQL table (Data_Information) as my connection in power apps so I am stumped. I know the connection works as I have another table linked to log in details.
ForAll(MultiScan, Patch(Data_Information,Defaults(Data_Information),{Username:UserName1,BarCode:BarcodeScanner2}))
I have set the firewall to my IP address and can not figure out how to fix this issue.
Any help greatly appreciated.