# Get field values from list

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


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.

![Get field values from list activity in the SharePoint Workflow Designer extracting field values into an array variable](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/get_field_values_from_list_1.png)

## **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` |

