How I add Choices to Multiple Choice type in Input Dialog Activity?

Hi,

I tried to add input options for multiple choice type in Input Dialog activity, but it is not accepting and giving compile error. Please refer below error message and help on this.

Error ERROR Validation Error Compiler error(s) encountered processing expression “{“1”, “3” ,“5”}”.
Value of type ‘1-dimensional array of String’ cannot be converted to ‘String’. Main.xaml

MicrosoftTeams-image

Thanks in advance,

had you tried with:

"1;3;5"

I tried that what you are suggested, it is working now.

Thank you so much!

Perfect, so get the topic closed. Thanks
Forum FAQ - How to mark a post as a solution - News / Tutorials - UiPath Community Forum