# Get emails from field in Current Item

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


This activity extracts all emails from a field in the current list item and stores the result in a variable.

It reads the field value from the specified field and returns a string with unique emails concatenated by a semicolon (“;”).

Supports automatic detection of emails from user strings (e.g., `DOMAIN\userName`) and SPUser(s) objects.

![Get emails from field activity extracting emails from a current item field into a variable in SharePoint Workflow Designer](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/get_emails_from_field_in_current_item_1.png)

## **SharePoint Workflow Designer Phrase**

Get emails from **field** and store result in **variable**.

**Parameters**


| Parameter | Description |
|---|---|
| Field | Name of the field from which to extract emails. |
| current list | **Optional**. Source list. Default value is the current list. |

