My question is this, does this activity return only the latest emails that meets the filter criteria? And do I need to sort the list that it returns to place the newest email at the top?
@RobinsonFrancis Limit email to first (It will extract only top one mail as we have assigned 1) Include sub folder false(No sub folders will get include while extracting mail) Unread only (It will read both readed and unread mail as the value set to false) With attacment only(It will only extract mail with attachment if we set the property as true) Importance(The importance of the email) Mark as read(It will mark the mail as readed if set true)