How to have default value selected in radio button in input dialog box

Hi All,
I have an input dialog box which is having ‘Yes’ and ‘No’ options displayed as radio buttons.
I want the ‘Yes’ option to be selected as default whenever my project runs.

Is there any way to achieve this feature? Please let me know.

Thanking you all in advance

1 Like

@Deepa_Madkar The activity itself is input dialog box which means it let the user to give the input. But, there is a way to achieve your scenario. Assign value as “Yes” to the output variable of the input dialog box activity

Thanks @ushu
It’s requirement for an RDA bot that a default value to be present in order to minimize the human interaction .

But i don’t want the output of this input dialog activity as ‘Yes’ always.

What i am trying to say is:

The input dialog box should display ‘Yes’ as selected by default.

But if the user wants he can select ‘No’ .

Hope u got my point @ushu

Hey @Deepa_Madkar

If it’s gonna be only Yes/No just try using Message Box instead of Input Dialog which may help.

Using message box will also fulfill your need like user will only interact with the message box only once like to press the Yes or No button.

The response will be captured in a string output of Message Box.

Hope this helps.

Thanks
#nK

Thanks for the reply @Nithinkrishna
But my requirement is like:
‘Yes’ and ‘No’ options should be displayed to the client with ‘Yes’ option selected as default.
If client thinks whatever displayed is incorrect then he will select ‘No’

If possible can you suggest any solution to achieve this requirement @Nithinkrishna

Thanks in advance

1 Like

Hey @Deepa_Madkar

Is it possible for you to try with Form activities.

There are a few alternate options to achieve this, but just wanted to know if you can use those in your use-case scenario or only restricted to input dialog ?

Thanks
#nK

Hi @Nithinkrishna , i am not sure wthr form activities are allowed.
There are some restrictions in terms of activities to be used.

But still any solutions can u provide for the issue i am facing ?

Thank u for taking some time out.

1 Like

Ok got it @Deepa_Madkar

Will check if there is any workaround possible for this.

Thanks
#nK

Sure @Nithinkrishna
Thank you

1 Like

Hey @Deepa_Madkar

I don’t think with using only input dialog its possible.

But it is possible using other options like custom input form activity, form activities etc…

Thanks
#nK

Hi @Nithinkrishna
Thank you for replying.

We are not allowed to download Form activities package. There are some restrictions related to activities which are to be used. That is the reason I am facing this issue.

But anyway…thank you for the help

1 Like

Hey @Deepa_Madkar

Custom input form is a system activity with no need to install any additional packages.

This option is feasible ?

Thanks
#nK

ok @Nithinkrishna
So i need to create html form to achieve the requirement

1 Like

Yes, and I see very less efforts for it as your need is to just create a two element form.

That should help.

Thanks
#nK

Ok sure. Thanks @Nithinkrishna
I will check wthr that’s accepted

1 Like