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.
Thanks
Vittoria