i have used get outlook message to read email account and then used for each to download attached files from all mails to be processed. but i need to download only the excel file. and ignore the other attachment using the filter at the get outlook activity. i have used this as filter “xlsx” didn’t work also i tried this “*.xlsx” also didn’t work.
it doesn’t throw any errors the bot will process any unread email once i entered any value in the filter field it acts like there is no unread messages
I don’t understand your question. You are putting the filter into the Get Emails activity, that’s not where the filter should be. To get attachments you use the Save Attachments activity, and put the “*.xlsx” filter in THERE.
yes, I get that and I have done it the problem now in the get outlook filter i need to download the excel from specifics senders. the bot runs normally and process only the excel sheets but once I put in the outlook filter any email sender the boy ignores any unread emails.
if I remove the filter, it works fine