In this post, I will explain how to do pagination (Next, Previous, First Page) when using Dataverse as a source. This is similar to Model Driven App but in the canvas app.
Background
In some cases, businesses would like to retrieve data page by page. It means 25 or 50 records at a time. This can be configured like the below UI.
Approach
- Canvas application to invoke and display the data
- Power Automate to retrieve the data from Dataverse.
Download the copy from the repo:
https://github.com/AntonyStalin/CanvasApp-Pagination-with-Dataverse