I agree with @steoleary. "ISSorted" property doesn't really sort the data. You should use Sort component. I had the same issue and I received null values. when I used Sort Component instead of "IsSorted" property of Data source my data returned the correct values.