convert data table to csv using activity
no i want to pass the data table to a workflow which accepts csv , i don’t need to write into a file
You have to use Write CSV activity and pass that DataTable to write into it. And then pass this CSV file to that workflow.
1 Like