# Get parent folder URL

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


This activity returns the server relative URL of the parent folder of an item.

![Get parent folder URL activity in the Virto Workflows for Office 365 designer](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/get_parent_folder_url_1-1.png)

Parameters


| Parameter | Description | Example |
|---|---|---|
| Current list item (optional) | List item ID which parentfolder server relative URL you want to get. Default | [%Current item: ID%] |
|  | value is current workflow context list item ID. |  |
| Current list (optional) | List ID (guid) or name where you want to get parent folder server relative URL of list item. Default value is current workflowcontext list. | [%Workflow Context: List ID%] |
| Site URL(optional) | The URLs of a SharePoint site where you want to get parent folder server relative URL of list item. If the value field is empty, current sitewill be used. | https://contoso/SiteUrl; https://contoso/Sites/SiteUrl;[%Workflow Context:Current Site URL%]subSite |
| Variable | Contains folder server relative URL of list item. |  |


Example

![Example of the Get parent folder URL activity configured in a SharePoint workflow](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/get_parent_folder_url_2.png)
