"How do I use the user's button selection, to do further execution?"

Hi team,

I am stuck in the project where I am not able to form the logic.

Suppose, if the user is prompted with the message box saying “Is 1+1=2???”.

And the must me two options in the message box “yes” and “no”

Depending on the user’s input, two different set of execution process need to be done.

My question is how do I use the user’s “button selection” for my further execution.

Thanks and Regards,
@ENGINEERING_FAIL

@ENGINEERING_FAIL In message box u have buttons there u have option like yes,no etc u can use it. In output of message box give variable. Based on that value take take necessary action using if loop.