I have an older PowerApps app that I want to update. In the process, I created a Stored Procedure to return a very small records set of 1 to 12 or 13 records to populate a gallery. In the browser development environment, it all works properly. I run the Stored Procedure in the screen's On Visible event. The gallery populates as required. On my phone and tablet, and in the Windows Desktop runtime, it fails silently.
Two other Stored Procs also fail silently. One adds records to the table involved in the process and the other updates them. A dozen other Stored Procs in the app work properly on the runtime devices.
It may be coincidental that the three failing Stored Procs were the most recently created, but I think not.
In trying to resolve this, I've deleted and recreated the connections for all of the Stored Procedures, both those that do work properly and those that fail at runtime multiple times.
I'm looking suggestions as to where I should investigate next.
Please do request additional information. I've not had to trouble-shoot this kind of problems before; I am not sure what details you'll need.
Thanks in advance.