# Loop through list items and set the value of field extended

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


This activity finds a list by URL and allows looping through list items to set the value of a field.

![Loop through list items and set the value of a field extended activity in the SharePoint Workflow Designer using a list URL](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/loop_through_list_items_and_set_the_value_of_field_extended_1.png)

## **SharePoint Workflow Designer Phrase**

Loop through **all** items and set **field** to **value**. Trigger update event **No**.

**Parameters**


| Parameter | Description |
|---|---|
| All | **Optional**. List item filter. The filter string supports View Name, View ID, and CAML string (`<Where>...</Where>`). An empty filter returns all items. |
| Field | **Optional**. Name of the field to update. |
| Value | **Optional**. New value to set for the field. |
| list url | Full URL of the list.; Examples:; `http://mysharepoint/MyDocs/Shared%20Documents`; `http://mysharepoint/Lists/List%20with%20Approve` |
| No | Indicates whether the activity triggers the item update event. Default value is **No**.; ***Note**: Can loop workflow activities if set to **Yes**.* |

