Hi Team I am not able to get input from user using input dialog for multiple options it’s throwing above error how to rectify

How to resolve this error?
Hi Team I am not able to get input from user using input dialog for multiple options it’s throwing above error how to rectify

HI @Vidhya

in input dialgoue box select input type as multiple choice and in input option enter your values like “Value1;Value2”, for more reference attaching screen shot

Happy automation!!

@Vidhya,

It’s due to datatype mismatch between what type of output you are going to get from the input dialog and the variable datatype you are using to store it.

Quick fix will be deleted the variable which will save the user choice.

Declare it by clicking Ctrl+k.

Hey @Vidhya try to Replicate the below screenshot this will resolve your query

cheers

Hi @Vidhya

You have separated with comma(,) separate with semi colon(;)

Hope it helps!!

1 Like

Hey @Vidhya

I hope you find the solution for your query. If yes make my post Mark as solution to close the loop.

Happy Automation!!

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