This activity extracts values from a specified field in Text, HTML, Edit Mode, and Internal formats from filtered list items in a specified list and stores the result in an array.
SharePoint Workflow Designer Phrase
Get values from this field at this list item URL and store the result in variable.
Parameters
Parameter | Description |
Text | Format: Text: The value as plain text, without any formatting. Html: The value in HTML format. Edit Mode: The field value as rendered in Edit mode. Internal: The value in SharePoint’s internal format. |
all | Optional. A list item filter. The filter string supports View Name, View ID, and CAML string (<Where>...</Where> ). Leaving the filter empty returns all items. |
this field | The name of the field to extract values from. |
list URL | Optional. The source list. The default value is the current list. Examples: http://mysharepoint/MyDocs/Shared%20Documents http://mysharepoint/Lists/List%20with%20Approve |