For example, I’m trying to do mark all mails as Read in Gmail. Unfortunately gmail allows me to mark only 50 mails at a time. I have created a process to just select the unread mails and mark it as read. It is working fine. But how I can repeat the process till it end.
So that activity has an option to only get the top unread e-mails. So just loop through it using a Do While Activity. While # of emails is greater than 0 then keep reading emails.