Remove value from collection

The Remove value from collection action removes all items of the specified value from the specified collection.

For example, remove all items that have null values as the workflow does not need to process them.

Add and configure the Remove value from collection action

Tip: Use this action within the Loop for each action.

In the Designer page:

  1. Click the Collection operations action group in the action toolbox.

    or

    Find actions by browsing action groups, or by typing an action name or function in the Search field at the top of the action toolbox.

  2. Drag the Remove value from collection action to the point in the workflow when you want to remove a value from a collection variable.
  3. Click the Remove value from collection action.
  4. Complete the fields. For more information on the fields, see Remove value from collection fields.

    Field

    Example configuration

    Example returned contents

    Target collection collProduce

    romaine; apple; carrot; romaine

    Value

    romaine

     

    Output

    collProduceCleaned

    apple; carrot