Skip to main content

I want to select more than one value as an input for my task parameter 

Something like this:

 

 

Hey Jaycee,

As far as I know the short answer to your question is no. You can create workarounds such as implementing a view with checkboxes to mark which values you want to use, and then execute a task based on the selected value(s), or allowing the user to fill a long string that you then subsequently split in the task code. But our GUI does not offer the functionality of having a multi-select-input.

Maybe someone else knows something I don't know yet 😅