Hi @ssgalo
Several things
1. So you are publishing in the Same environment and data is not loaded, both for yourself and everyone else?
2. How are you loading the data, is there a gallery, or Form, or Controls, when the screen you are referencing (having no data) loads?
3. If you have a specific DataSource, that you expect to see but don't, I would do this as a test.
Several things
A) Add a Text label, and set the Text to Text(CountRows('DataSource')) and ignore the delegation warning - verify that it doesnt show blank or 0
B) Add a Button, and in the Button run whatever filter, you are doing that should show data above and then do a CountRows on that like
Notify(Text(CountRows(Filter('My Source', Field = Value))));
Now, as for the getRows not being run, can you please share the Code around it, as in if there is a Condition of If statement or Check that you are using, to filter, or decide and in fact that code never runs.
So I would Add Trace statements all over the place, near before, after, the code that should get the data so you can see them in Monitor and find out what is NOT firing.
Trace("My Debug Message Here");
If you follow those things you'll figure it out. In the end it could be Permission issues (as I dont know if its the same environment or not), as well as, are people Agreeing to the Connection work etc.
If I have helped you, I would really appreciate if you please Mark my answer as Resolved/Answered, and give it a thumbs up, so it can help others
Cheers
Thank You
Michael Gernaey MCT | MCSE | MCP | Self-Contractor| Ex-Microsoft
https://gernaeysoftware.com
LinkedIn: https://www.linkedin.com/in/michaelgernaey