Forum Discussion
Tan Tran
Jul 11, 2021Copper Contributor
Logic Apps - Get Email (V3) - limit to top 25 emails
Hi guys, I'm fetching mailbox (over 100 emails) into for each loop but Get Email (V3) limit to top 25 email only into the loop then continue on to next tasks How can I fetch all emails into foreach...
Tan Tran
Jul 11, 2021Copper Contributor
It's actually not difficult.
I nested action Get Email (V3) into Until Loop so each iteration will fetch 25 emails until number of iteration = total amount of email / 25.
I nested action Get Email (V3) into Until Loop so each iteration will fetch 25 emails until number of iteration = total amount of email / 25.
Raajeev_H_Dave
Mar 09, 2022Copper Contributor
Tan Tran Not able to understand really sorry. It will read the next 25 emails or only the first 25 again and again.
Could you please provide some steps?
Thanks in Advance.