Select Products
A SelectProducts statement allows you to split filtered product types from variable to a new variable.

Properties
| Name | Description |
| IsEnabled | Turns on/off the execution of this statement. |
| ProductVariableName | Name of the input list variable to split from. |
|
MaxCount |
An expression for maximum number of Product Instances to return. Must evaluate to an Integer value. Leaving the expression empty and evaluated negative values mean no limit. |
|
SplitVariableName |
The name of the output list variable name to split to. The variable is created if it does not exist already. The output variable is always made into a list of products regardless of if any products got copied from the input. |
|
Product Filter |
SeeĀ Product Filtering |