Hi,,please help me to resolve this error


before it was working fine now i am facing this issue in studio…what all need to change while using input dialog activity for mulitple choice option.Please find the screenshot and give me the solution

Rather than {“Blue;Green:Grey:Black”} have you tried {“Blue”;“Green”:“Grey”;“Black”} ?

Hi,

Can you try either of the following?

Set the following at Input options (Option string)

"Blue;Green;Grey;Black;Other"

OR

Set the following at Options property

{"Blue","Green","Grey","Black","Other"}

Regards,

That error is usually because you have the wrong double quote character. Did you copy/paste into your activity? I suggest clearing out the properties of that activity and retyping them manually.