Branch Based on Dropdown Value

When a guide needs to branch based on the value of a drop down, if "form field - drop down" is not working, there are other options to achieve the same functionality.

Instructions

  1. Create a step that instructs the user to select a dropdown value.
    • The step will need to advance using the "Next" button
  2. In Advanced Settings/Step Branches, edit the Conditions for a branch and use the following:
    When page has visible element select[title$="DROP DOWN VALUE"]
    • Another option is something like:
      When page has form field - text .xdw > span:first > input:last with value matching DROP DOWN VALUE