Hi, in reply to outlook mail message i was able to send only one email with attachment. How to reply back every single email with attachment.
I guess you did not use a loop on the list of mail…
Use a for loop and inside it use reply to and it would work for all the emails that are retreating
Cheers
Welcome to the UiPath Community
You can use For Each activity to iterate through all the emails and reply each email with attachement.
Thanks,
Ashok
Hello, glad to see that you are a part of the automation journey with UiPath.
You can make use of the For Each Loop (Activities - For Each Email) to achieve this. Please make sure that you are sending the correct attachments each time. You need not worry if the attachment to be sent is same every time. In case it should be different, make sure you assign the path to a variable and pass that variable in the Send outlook email activity.
Hope the solution proposed helps you to proceed ahead!
Thanks,
Shruti Basutkar