# Add/Remove folder

Source: [https://docs.virtosoftware.com/docs/virto-workflow-automation-app/virto-workflows-for-office-365/list-processing/add-remove-folder/](https://docs.virtosoftware.com/docs/virto-workflow-automation-app/virto-workflows-for-office-365/list-processing/add-remove-folder/)
Product: Virto Workflow Automation App
Updated: 2026-08-12


This activity allows to delete or create folder in a list or in a library on specified site. SharePoint Designer phrase

![Add/Remove folder workflow activity properties in Virto Workflows for Office 365](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/add_remove_folder_1.jpg)

## **Parameters**

Input parameters


| Parameter | Description | Example |
|---|---|---|
| Method | Add or Remove | Add(0), Remove(1) |
| List identifier | The URL of the library or of the list where the folder will be created/removed. The value could be list name, guid or list url (the web site relative URL. If the value field is empty, current list will beused. | Documents[%Workflow Context: List ID %]/Lists/Tasks |
| Site URL | The URL of a SharePoint site. If the value field is empty, current list will be used. | https://contoso/SiteUrl; https://contoso/Sites/SiteUrl; [%Workflow Context:Current Site URL%]subSite |
| Folder Path | The path where the folder will be created/removed. The workflow action will create all folders included into the path. You can use absoluteURL, domain | http://contoso/sites/site/Lists/ListName/Folder1/SubFolder/sites/site/Lists/ListName/Folder1/SubFolder/Lists/ListName/Folder1/SubFolder/Folder1/SubFolder |
|  | relative URL, site relative URL, list relative URL |  |


Example

![Example of the Add/Remove folder activity creating a folder in a SharePoint list](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/add_remove_folder_2-1.png)
