Hi all,
I'm new to all this SharePoint, Power Apps and Power Automate, but slowly I'm learning and improving my knowledge thanks to these type of community sites.
Can't seem to figure out how to get rid of the delegation warnings for the formulas set below to display on my Power Apps dashboard.
It works okay, however, when the data reaches 500 items it doesn’t load up anymore date post 500. Which I end up deleting data provided from (SharePoint).
Sort(Filter(PlanningTool,Or ('Choice Status'.Value= "Late" && ('Start Time' -0.5)<Now() && ('Finish Time'+0.25) >Now())),'Start Time',Ascending)
Planning Tool = SharePoint Source
Choice Status = Drop Down Choice selection of 5 items to choose from.
Start Time = Date and time picker
Finish Time = Date and time picker
Appreciate any help, thanks in advance.