Hello,
I have a Postgres get rows action in my flow that retrieve data from the table. Without the pagination, it only bring 512 rows even though we have 751.
Then I tried enabling the pagination and now it's retrieving 751 rows but they are duplicates.
I have checked and verified my postgresql table and there are no duplicates there.
I tried connecting the same table to powerbi and powerapps and there are no duplicates and data match with postgresql table.
But in power automate it's not matching and giving duplicates when pagination is enabled.
Please suggest any alternative or any solution.