Concept Flow - Selected assignment (with-select)
Start
Evaluate select expression
Match expression to choice
Choice 1?
Yes→Assign value 1 to target
Choice 2?
Yes→Assign value 2 to target
Others
Yes→Assign default value
End
The selected assignment evaluates an expression and assigns a value based on matching choices, with a default if no match.