I'm attempting to load a collection from a datasource in the application. I am getting the correct number of rows, and the fields are correct, but there is no data.
What's weird is the row count is correct, so I know it's seeing the datasource and filtering correctly.
I read several threads about the data not being loaded at the time, so I put a button in to try doing it that way with the same result.


ClearCollect(lastUserEntries, Distinct(Filter('Labor Allocation', ActuallyCreatedBy = User().Email, Date >= DateAdd(Today(),-10,Days)), Resource));
