Message box issue

Hi All,

I am quite new in this tool. I am using a message box having Yes No option, based on the users response (either Yes or No) I need to invoke two difference set of activity. If user select No automation stops there but if user selects Yes then it continues. Any idea how I can achieve this ?

Thanks,
Indrajit

1 Like

Hi @Harish_Patra,

You need to assign the value of the selected option to a variable, hence create a variable in Choose Button box, present in the properties and then by using if else you can achieve what you have mentioned above.

Regards,
V

Thanks Vikas for your prompt response. Will it be possible for you to provide me a working example on this?

Thanks,
Indrajit

I have taken a snippet and highlighted one SelectedButton, is a variable and based on user inputs the workflow will process accordingly.

Let me know if it helps.

Regards,
V

5 Likes

Thanks it solves my Problem.

Indrajit

Hello!

I was this problem too, and with your basic tutorial I can solve my problem.

Thank you very much @Vikas.Jain !!!