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?


Report
All responses (
Answers (