Merge multiple paths into a single flow
Dropdown
List<T>
, where T
is the type selected in the Type dropdownDropdown
T
{{merge_0.output}}
List<T>
{{merge_0.output}}
Text
{{vip_processing.output}}
{{new_customer_processing.output}}
{{regular_customer_processing.output}}
text_0 = hello
, then path 0 will execute (which is false; text_0 = orange
)text_1 = apple
, then path 1 will execute (which is true)text_1
(“apple”). Hence, the output is apple.