Question
1
Replies
38
Views
RAJALAKSHMI ENGINEERING COLLEGE
Posted: November 22, 2020
Last activity: November 26, 2020
Send Mail to Attachments
While running a case, Im adding attachment.
Attachment contains csv file which has 100 datas(S.No, Name, MailId, Mobile Number).
Once I submitted, I need to send automatic mail to MailIds (mail ids in csv file). and need to save all datas in csv file into datapage.
How can I implement this?
***Edited by Moderator: Pooja Gadige to update platform capability tags***
Hi Vignesh,
You need to first parse the csv file with a parse delimited rule. While parsing you can store the each row in a page list property or directly in data type using savable data page. Loop on the data page or pagelist and trigger email with ootb activities. And then after sending the emails using savable data page update the data if needed
Hope this helps!
Thanks