Choix multiple

Bonjour, je veux utiliser un input dialog avec un type d’entrée choix multiple,
j’ai utilisé (“WW1”;“WW2”;“WW3”) et {“WW1”;“WW2”;“WW3”} mais toujours erreur
merci

Hi @Mondher_Maaoui

Use “Input Dialog” Activity and give the input type as Multiple Choice.
image

You can directly do the above one or you can try in this way by giving it In the properties panel in the options section, give your input in an array format.

{"WW1", "WW2", "WW3"}

image

Hope it helps!
Regards,

Hi @Mondher_Maaoui ,

Could you just trying using it as a String :

"WW1;WW2;WW3"

Hi @Mondher_Maaoui

image

@Mondher_Maaoui

Merci Parvathy, c’est résolu
cordialement

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.