Goodmorning everyone,
can you help me with the following problem?
I have to read outlook emails and check if there is an excel file with a specific name inside (eg “Input.xlsx”) and check if there is also a zip file. If one of these two conditions is false then I just have to return an argument with false. Instead if these two conditions are true then I have to download all the attachments and unzip the zip file.
Finally I have to merge all the attachments that are in the unzip folder.
I have to read outlook emails and check if there is an excel file with a specific name inside (eg “Input.xlsx”) Get Outlook mail Message Activity in Properties you can have Filter option to check whether it is an Excel file or Zip file,
To check File name is “input.xlsx” or not you need to download it first after that only you can check.
I can help you in few points that download all the attachments and unzip the zip file