I want to create a workflow that sends a different email message depending on the response to a survey question. For example, if the respondent selects answer A to question 1, the workflow will send one email; if the respondent selects answer B, Qualtrics sends a different email.
I set this up as two tasks:
Condition 1: If response = A, send email 1
+
Condition 2 If response = B, send email 2.
But the task only fires if Condition 1 is met. If the response is B, it doesn’t go to the next condition.
Is there a way to accomplish this without setting up separate workflows for each condition?