Hello,
i want to export and download images from a mail and saving them in a folder on my local computer so i can later convert them to Base64.
I have already tried to look into the attachments list as some other articles suggested but apparently no image is recognized as an attachment in my case. Do you have any idea how i can solve this problem otherwise?
First check if you have used inline attachments options while saving…as this would be an inline attachment
Alternately Can you try to get body as html which will be mail.bodyashtml field and then save the value to a text file and name it temp.html …opwn in using use app/browser and then try checking if you are able to see the image…if yes then we can use take screenshot and pass the selector as per the image selector by making it generic…
Hi @Anil_G , thank you for your answer! I do not exlude inline attachments so they should be included, right? I also tried to tick this box (Exlude Inline Attachments) but it wont work either.
Please post the whole sequence; you may sanitise any confidential information. Or create a sample workflow and post the whole screenshot. To generate an image, right on the sequence and select Copy as image.