MessageBox saves wrong ChosenButton string

Hi,
I’m using a MessageBox with YesNo buttons:
image

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.

image

image

image

It seems that I’m already with the latest,

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,