# Get field values from list

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


This activity extracts values from field from filtered list items at specified list and store result in dictionary.

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

## **Parameters**

Input parameters


| Parameter | Description | Example |
|---|---|---|
| Thefollowing field | Field name which values you want to get from the list. | Title, Task Status |
| All (optional) | List view name or ID, or CAML query for list items those you want to get field values from. | All items, `<Query><Where> … </Query></Where>` |
| Current list | List name or id(quid) those you want to get field values from. If empty, current workflow context list will be used. | Tasks[%Workflow Context:List Name%]/Lists/ Tasks |
| Variable | After successful workflow execution contains field valuesfrom processed list items. |  |


Example

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