Need to create a csv file and send it as an attachment in a notification to a user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2021 10:48 PM
Hi,
I need to create a CSV, semicolon seperated with two lines. First line is Name of variables and Second line is with the values of the variabes in a catalog. After creation of that CSV, need to send CSV to a particular user mail address. Can you please help me on creation of csv and send CSV as an attachment to particular user mail address.
Any help would be appreciated..
Thanks in Advance !!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2021 11:04 PM
The following article can help you better:
Regards,
Mahesh Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2021 11:15 PM
Hi Mahesh,
Thanks for your quick response!!
I am a little bit confused.. I need to send this CSV as an attachment (by using Include attachment option in notification) in a workflow. Here I have created a event notification and calling this in workflow create event activity. Can you please give me step by step process...it could be more helpful..
Note : All this work to be done in a workflow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2021 12:10 AM
The following link desribes how you can include an attachment using email script. Because in your case you are triggering the notification using event, so system will not understand which attachments to pick from which record.
You can write an script as described in previous reply and then attach the same in notification using email script as mention in the following link.
Hope this will help you.