How can I dynamically control the number of emails to be sent if I have 1000 emails? I want to send only 50 emails, even though I am pulling 1000 emails from SharePoint.
You can use a sample tool to take the 1st or last 50 rows of data. Or you can use a random sample tool and take a random sample of 50. I hope that helps.