# Except array

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


This activity returns the elements in the first array that do not appear in the second array.

![Except Array activity in the SharePoint Workflow Designer returning elements of one array not present in another](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/except_array_1.png)

## **SharePoint Workflow Designer Phrase**

Produce elements in **first array variable** that do not appear in **second array variable** and store result in **variable**.

**Parameters**


| Parameter | Description |
|---|---|
| first array variable | Array list. |
| second array variable | Array list. |
| variable | The output variable to store the result. |

