Link

I unselect the following values from “__”:

Unselects one or more values from a multi-select list.

Pattern

^(?:|I )unselect (?:|the )following values from "([^"]*)":$

Parameters

Position Description Value Type Restrictions
1 multi-select list field id/name/label/selector Must refer to a select field with the multiple attribute set.

Data Table Columns

Column Position Description Value Type Restrictions
1 value string/variables  

Examples

When I unselect the following values from "Pizza Toppings":
    | pepperonis   |
    | bell peppers |
    | onions       |
    | hamburger    |
    | black olives |
And unselect following values from "Condiments":
    | Italian seasoning           |
    | Garlic butter dipping sauce |
    | Ranch dressing              |
    | Marinara sauce              |