I’m trying to design a survey program that will launch multiple actions that vary based on the response to a single question.
Response A: Send confirmation email to responder, Create CTA, send email to CSM
Response B: Send confirmation email to responder, Create CTA
Response C: Send confirmation email to responder, Create CTA
Response D: Send confirmation email to responder, Create CTA, send email to CSM
These are 4 distinct paths. All CTAs will be named differently with different actions. Response A and D will have different playbooks and Response B+C will have the same playbook. Each confirmation email to the responder differs based on response as does the email to the CSM, and variants aren’t an option given the actual survey response is not an available field in variant filtering (even though specific response can be used in conditional wait logic...).
This should be an easy task if the ‘No Path’ of a Conditional wait step allowed for linear progression, but it’s very limited in One Action + Continue or End. The best way I can think to solve for this is to repeat all No paths for each action for each response type. Is there a better way to go about this? This is less than ideal.
