[Solved] Invalid operation: division by zero in Power Apps
Recently, while working on an IT Help Desk solution in Power Apps, I tried to retrieve all the records using Power Automate to avoid delegation issues. However, we cannot retrieve all the records at once. To solve this, I implemented pagination, where records are loaded page by page. After completing the development, when I ran … read more…