# Get Attachments

Source: [https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2013-workflow-platform/list-activities/get-attachments/](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2013-workflow-platform/list-activities/get-attachments/)
Product: Virto Workflow Automation Web Part
Updated: 2026-08-12


Activity allows to get attachments from list item and save is as dictionary. SharePoint Designer phrase

![SharePoint Designer phrase for the Get Attachments workflow activity in the Virto Workflow Activities Kit](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/get_attachments_1.png)

## **Parameters**

Output parameters


| Parameter | Description | Example |
|---|---|---|
| Attachments | The dictionary that representsthe attachments | Variable:attachments |


Input parameters


| Parameter | Description | Example |
|---|---|---|
| ItemID | The ID of the sourceitem. | Variable:ItemID |
| List identifier | The list where the item will be stored. The value could be list name, guid or list url (the web site relative URL. If the value field is empty, current list willbe used. | [%Workflow Context: List ID %]/Lists/Tasks Tasks |
| SiteURL | The URL of a SharePoint site. If the value field is empty, current site will beused. | [%Workflow Context:Current Site URL%]/ https://contoso/SiteUrl/ |


Example

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