Hello, I need help with getting more than 5000 data in one flow.
I use Recurrence as the trigger but then I got this error because I set the pagination to 100000 (my data is up to 60000).
I tried to filter the data in list rows present in the table step by filtering the Delay column which value is greater than or equals -7, but it didn't work.
I can't break the data into a smaller chunk, so is there any way to make the limit bigger so I can get all the data in one go without getting such a limit? So I can use the recurrence for scheduled email.
Thank you!