0

I am working on a project. I got this sharepoint list and i want to create a workflow which write to an csv file every time i delete a item in the list.

Is this possible and how? :)

Thanks :)

user2996075
  • 19
  • 1
  • 9

1 Answers1

0

No. It is not possible via SharePoint Workflow.

However, you can achieve it via SharePoint List Item event handler.

  1. Create a ItemDeleting event handler for the list.
  2. A web service to handle the csv related operation like file creation/content modification and call it under the ItemDeleting event.
Community
  • 1
  • 1
Harsha Herle
  • 155
  • 5