Hi, Can someone please help me with workflow on how to download attachments sent from a particular sender in Gmail to a specified location only?
step 1 : getmail
step 2 : iterate the output of getmail
step3 : in if condition mention like item.sendermailadress.tolower.contains(“mailidwantto match”)
step4 : in then part use save attachment activity
Try using "Get Imap Mail Message " Activity and pass the Property of Get Top as 5 and loop through the mail using for each and use “Save Attachment” Activity to save the attachments.
Thanks