I would like to create a process that branches according to the input value of YES OR NO of Message BOX

I would like to create a process that branches according to the input value of YES OR NO of Message BOX.

It’s like the picture below.

How can I implement that process?

if you the flowchart to be same like the one you shared then you should go to Flow decision to get the input as a string and have conditions where you say input.tostring.equals(“Yes”) connect it with true Brach to the required seq of activities , if false connect to second seq scenario then connect both to last seq as your diagram shows.

you can also go with switch case and inside Yes case put Yes seq and inside No case put no seq and then simply out of the switch activity put the seq that will applied for both scenarios

@sssim4567,

Flowchart is best suited here. Refer this documentation.