Hello Power Platform Community,
I am currently working on implementing pagination in a gallery using Power Apps, but I am encountering an issue when I try to display data in pages. I am using the following formula on Items Property of Gallery:
Issue:
Whenever I try to use this formula, I get an error message: "We didn't find any data." The data source appears to be correct, and I have set up the context variables on "OnVisible" property of Screen
but I still cannot display the data as expected.
What I’ve Tried:
- Double-checked the context variables (
varRowsPerPage
andvarPage
). - Verified the filter conditions to make sure they aren't causing the issue.
- Tested the data source without pagination to ensure data is being loaded correctly.
- Ensured that
varRowsPerPage
andvarPage
are correctly initialized and updated.
Any help or suggestions would be greatly appreciated!
This type of post provides context for your error, details about what you’ve tried so far, and specific questions that can guide others in the community to help you troubleshoot.