# Adeel Hasan

I also working on the symptom checker chatbot. Would you like to collaborate?

can you help in modifying the above code according to the flow in the image

next:
- if: slots.has_taken_previous_medications  
  then: has_taken_previous_medications_id
- else: no_previous_medication_id

- id: no_previous_medication_id  
  action: utter_no_previous_medication_response

- id: has_taken_previous_medications_id  
  collect: user_p…
