Activity allows to get attachments from list item and save is as dictionary. SharePoint Designer phrase
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