Hi,
I’m using a MessageBox with YesNo buttons:
When I run it and press the “Yes” button, the resulted ChosenButton string is “Ok”
(When I run it and press the “No” button, the resulted ChosenButton string is “No”, as expected)
Please advise.
Hi,
I’m using a MessageBox with YesNo buttons:
When I run it and press the “Yes” button, the resulted ChosenButton string is “Ok”
(When I run it and press the “No” button, the resulted ChosenButton string is “No”, as expected)
Please advise.
This is a bug in previous version. Test to upgrade your UiPath.System.Activities package to the latest version.
Hello @Udiar
Try input the dialogue box with the Multiple Choice Option.
It will result in what you selected.
More than 2 options also can build in it.
Hi,
Can you try to set value of AutomaticallyCloseAfter settings is 00:00:00 or long time?
If MessageBox is automatically closed by this function, return value will be “OK”. So,it might be recognized return value of YES button.
Regards,