
In a screen there are about 6 combo boxes and the data source of these combo boxes are 6 different Dataverse tables. When I check the PowerApps in Monitor view I see network calls for all combo boxes each takes about 1 sec so it takes 6 seconds for the screen's content to become visible. Even if the combo boxes are not visible the network calls are still there in the monitor view.
I tried to only make the combo boxes visible on a button click using variable but it still takes 6 seconds and I can see network calls in monitor views. I even tried to set the data source of the combo box as Blank if the variable is false, still des not work.
If(showData = false, Blank(),Users)
I want to know how can I avoid these network calls to make my app faster?
@Usman2 This is a great question that I am also having issues with. Wondering if you ever got anything figured out? I am having the same issue with network calls causing 2-4 second loading times just when I change screens. The galleries and dropdowns that aren't visible all load their data when I change over to a new screen.
Thanks
Caz