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 :)
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 :)
No. It is not possible via SharePoint Workflow.
However, you can achieve it via SharePoint List Item event handler.