Skip to content

Split Multiple Values action

Marty Chang edited this page Jan 21, 2021 · 1 revision

The Split Multiple Values action takes a multi-select output value from a screen step and splits that output into a collection, so that the flow developer can easily loop through the multiple selections in a subsequent step.

Split Multiple Values action input values

Input values

Input Value Description
inputList The direct output from a checkbox group or from a multi-select picklist component on a screen step.

Output value

The output is a text collection that can be used as direct input for a loop step.

Clone this wiki locally