Hello
I am developing a PowerApps application over a Azure databases. In the app I am using Flows to run stored procedures in DB when user clicks on button on the form. The Flows are all just very simple, only run the stored procedure using SQL server connection. Nothing else. There is no calling back to the PA application. Everything went very smoot and worked with no issues.
But now when I made a new Flow and tried to add it to the app, during the process I got registering error message and the Flow won't be added as source to the app. Problem is not just the new Flow but all the flow give me same error when i try to add them to a the application.
I also tried to add flow to a different PA application and got the same result. Registering error.
I go through the forum and try to look solution. I checked the JSON of the flow and it looks good. I’m not sure what to do? Or is there some hidden limit of Flow in one app?
Does anyone experienced something similar or know about some solution?
Thank you