export to csv in a workflow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2022 11:24 PM
Hi,
I have a multi row variable set in a request. I have found a way to export this data to a csv format by creating a report from the table "sc_multi_row_question_answer" and choosing the right columns . I want to export the data to a csv format and send it to another server (by using an API) in a workflow but unfortunately I don't know how.
Does anyone have an idea that might help me?
Thanks!
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2022 01:33 AM
Step 1: Refer the link below which you can use it to generate the CSV file
Step 2: Invoke your rest API with the attachment generated in Step 1.
Thanks & Regards,
Vasanth