Hi devs, pls I am retrieving attachments from outlook mails using get outlook mail activity but the challenge is 1) different senders send to the mail, no particular send, 2) The mail subject can be the same with other older or newer mails in the Inbox. Pls in such scenario how do we check and retrieve the attachments.Regards
Hi @komi
In the filter exp in the Properties panel use
“@SQL=urn:schemas:httpmail:subject LIKE ‘%Your Item%’”
Hope it helps!!
Subject name from the sender clashes with other subject name, how do we handle that?
Try with top number and subject as given before too
You can as well check if the mail has attachment or not…also can save the attachment and see if the attachment format is as required or not…if that is not in required format I believe it can be assumed as a different email and is not required
Cheers