
Hi, guys!
I made custom page and added it to my model driven app.
A gallery in the Page shows the last record in a dataverse table (Items: Last(Sort(Clones, 'Modified On'))).
It is refreshed on timer (Duration: 300 onEndTimer:Refresh(Clones);)
It preview mode (F5) it works correct, BUT if I navigate to this custom Page in my MD app with javascript - it isn't refreshed immediately. 20 sec or 50 sec, time to time it's a different delay.
Who knows where the problem is? Is it possible to fix or is there another way to get data immediately?
Hi @Max77 ,
Maybe create a view on the table that is sorted by Modified Date / Time Descending and then just pull the first record from this view vs doing the sort etc you are doing here?