Value of type String() cannot be converted to string

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 @kavitha_chavala

its working fine only can you share the what error its showing

Refer the image

Regards,
Gowtham K

Hi @kavitha_chavala can you show in multiple options what you are passing as string or array of string? it would be helpful to share snapshot

HI,

Can you try to set it at Options property instead of OptionString as the following?

image

Regards,

Hi @kavitha_chavala

Input dialog box will not allow you to select multiple options. User able to select one option from the Input.

Hope it helps!!

Hi @kavitha_chavala
you can pass in options property as array of string if you want multiple options

I Hope this would help you

Happy Automation!

I am passing like this I used correct syntax only but it’s throwing error

you need to pass in options not option string above one options property is there could you please pass there

please find screenshot

you can pass your input like
(“09 sep 2014;15 Aug 2017;…”)

Try this it will work

Try replacing coma by semicolon once @kavitha_chavala

Thanks, it’s resolved thanks for your help

1 Like

Hey @kavitha_chavala try to pass your multiple values Here so it will pick one value from the selected options.

cheers Happy Automation

Thanks it’s got resolved

@kavitha_chavala kindly mark this as solution which ever member query help you and close the query so it could help for others too.
cheers Happy Automation.

@kavitha_chavala I guess you have marked your reply as solution !
As mentioned by @singh_sumit kindly select a reply which you were able to use and solve the issue
Thanks !

1 Like

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