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.
@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 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
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 ?
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.