I have created an app from the case manager template in Powerapps that pulls Cases from Salesforce to display. I very simply changed the Data -> Content choice from The CDS database to salesforce cases and updated the fields to reflect the relevant case data. It successfully pulls in cases, but is currently grabbing the 500 oldest cases (not relevant), while I want the newest ones.
How can I get the newest cases to load into my app? I would like cases from the last 7 days to start.
I have read a bit about using collections to get more than 500 records, which sounded promising, but haven't been successful implementing it with the limited documentation on the matter.
Thanks in Advance!