Help using conditional checkpoints

Need inputs here for controlling the flow based on a question. Eg.,

Scenario 1:

Bot >> Do you want to print the file [Y/N]?

User >> Yes

Bot >> Enter the printer name

User >> PRN001

Bot >> Document printed on PRN001.

Bot >> Thank you, have a nice day

How do we skip asking the printer name, if user says No for this scenario

Scenario 2:

Bot >> Do you want to print the file [Y/N]?

User >> No

Bot >> Thank you, have a nice day

1 Like