If Then Variable Condition - Check Multiple Variables

Here's an untested idea, but an approach I have used before.

  1. Put your questions in a single KM variable (or a file), one question per line
  2. Use a KM For Each action on a lines collection in that variable
  3. Use a variable to track the count, and build the KM variable name for each answer dynamically (or append each answer to a single variable, one line per answer).
  4. Then you just need one IF/THEN in the For Each loop to test for your condition.

Questions?