# Get list item url

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


This activity returns Display Form or Edit Form for selected list item.

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

## **Parameters**

Input parameters


| Parameter | Description | Example |
|---|---|---|
| Display Form | Output url format:Display Form – link on list item display formEdit Form – link on list item edit form |  |
| Currentitem (optional) | List item ID which url you want toget. If the value field is empty, current item ID will be used. | [%Variable:ItemID%], Current Item:ID |
| Current list (optional) | Title or id(quid) of list where you want to get list item url. If the value field is empty, current list will be used. | Tasks[%Workflow Context:List Name%]/Lists/ Tasks |
| SiteURL (optional) | The URL of a SharePoint site where you want to get list item url. If the value field is empty,current site will be used. | https://contoso/SiteUrl; https://contoso/Sites/SiteUrl;[%Workflow Context:Current Site URL%]/subSite |
| Variable | List item URL |  |


Example

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