I have used activity save outlook mail message activity and the mail message is also downloaded in particular folder … inside that mail message i only need the pdf inside it and want to work on it … how do i do that ?
Use For Each File in Folder acitivity where you have saved the attachments and in the filter option you can give "*.pdf"
.
Then all the pdf files present in the downloaded folder will be accessed and you can work with that.
Regards
i want to save that pdf in some other folder … what do i do for that ?
Ideally you need to use save mail attachments instead of save outlook mail message
Cheers
Try this:
In Filter: “.pdf”
Note: You can use Pipe also for multiple extension Filter: “.pdf|.xlsx”
Hope it will helps you
Cheers!!