So you are getting the input image from draft folder
Am I right
If so use a GET MAIL activity with Draft as folder name and inside the for each loop use save attachment activity and it will save the embedded image as well
Would suggest the same, save the image attachments inside email using Save attachment activity while looping through the emails and use them accordingly.
You can put a check as well,to see if the mail contains an attachment or not before saving them.
You can save it different folder with that drafted mail subject if being unique
If not
Save it in different folder with timestamp along the folder path
As Saves the mail message attachments to the specified folder. If the folder doesn’t exists, it is created.
So while mention the folder path use a + symbol and mention the cell time stamp or counter variable inside the loop
Then you can check the extensions(extract the attachment extensions after last.),if the extensions are that of an image(.png,jpg,etc) then its an image
Dear Supriya,
Get the email body as HTML and try to analyse the html of emails with and without logo.
Then you can add a condition to check for text/attributes present in html body when logo is present and skip for those attachments