I'm trying to pull in SQL data to a PowerApp but my SQL data is the output from a stored procedure.
It sounds like I need to use a Flow in conjunction with PowerApps to accomplish this.
I've got my on-prem SQL setup on a data gateway and that's working fine.
I can create my flow ok: Triggered by PowerApps button, set static params just for testing. But the output options are very limited.
Using the "Respond to PowerApp" step, the only option I have in dynamic content is the Return Code. Which, by the way, comes back as an empty string.
So I get no visible output in my app. I can check the flow status and see the output but there's nothing useful in there.
I've tested the sproc in SSMS with the same creds and it works fine. Returns 179 records.
Any ideas?