I’m using the “Use Outlook 365” activity to get access to a shared mailbox to save email attachments. I then have a For Each Email activity to loop through the emails. I have set the “Limit emails to first” option as “No Limit”, however for some reason it only processes the first 100 emails. This is running unattended and runs through the entire process as normal with no errors, just only processing the first 100 emails.
Any idea why this may be occurring? I have thought about changing the value to 5000 instead of No Limit.
@moosh I set the value to 5000 and it ended up processing 51 emails and left 50 valid emails that have attachments unprocessed. I didn’t have this issue when processing in the users own mailbox. I also didn’t get this behaviour when starting the process from within Studio and all emails were processed.
@Anil_G I tried entering int32.MaxValue and -1 but the field wouldn’t accept those values. I also entered 0 and it ended up changing this to No Limit which is the same value I originally had.