I have an app that collects data on incidents through user input. The service works just fine and collects the data, writes it to the SQL table and then allows me to use that data in a Gallery. I have the app pretty much finished up and I was wanting to run through a few scenarios using the phone. I published the app and was able to access it through the phone. However, when I enter the data into the fields, click the button to populate the SQL table.. Nothing happens. I am able to fully run through my app with no issues. No issues with accessing the data through my controls, and there is even another table that is populated through my power app that is populating just fine. This makes me believe there is not issue with the phone connecting to the source. My issue is just this one table will not populate from the phone once the Powerapp button is pressed. Go back to the service, run through the process, and everything works exactly as intended.
Ideas?