Hi,
I have one SP list which data is frequently not providing data, it just times out without errors and no records are loaded into the collection that I am trying to load it to.
At the same time, directly working with the SP list doesn't work either.
I have a few other SP lists that work without issues and which have more records than this one.
Funny enough, when I use the app on my iPhone, it loads most of the time correctly.
The behavior is the same in Edge and Chrome.
I have been clearing cache in both browsers and even rebooting my laptop but nothing seems to help.
I also tried to set up another connection to the same SP list, but unfortunately with the same result.
The code is really simple:
ForAll(
Distinct('Apps Reports (New2)', Modality),
Collect(MyOldReports, Filter('Apps Reports (New2)', Modality = Result));
);
Any solution to this?
Thanks,
Bart