Purpose: When used inside a Prompt ask to choose from a drop-down control


Properties


  • Name: Label
    • Type: String or Expression
    • Direction: in
    • Purpose: Label to display


  • Name: Available values
    • Type: List<String>
    • Direction: in
    • Purpose: values used as source of drop-down control


  • Name: Result
    • Type: String
    • Direction: out
    • Purpose: value choosed by the user 



Remark: A ComboPrompt has no use outside a prompt and it will be ignored if placed elsewhere