if (workflow.gender === 'Male') { // Create a ne...
# 🌎general
b
if (workflow.gender === 'Male') { // Create a new message in the workflow with the given text workflow.nextMsg += '\nGreat! Here we have a list of procedures that we provide to males.'; } else if (workflow.gender === 'Female') { // Create a new message in the workflow with the given text workflow.nextMsg += '\nGreat! Here we have a list of procedures that we provide to females.'; }