Logic Apps - Get Email (V3) - limit to top 25 emails

Copper Contributor

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 loop before continue on?

Thank you,

T.T

2 Replies
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.

@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.