I am wanting to update a variable when the user selects a, b, c, or “other” (other = freetext). When selecting other, there is a “forced” additional step, “AND” which offers different logical options, so:
if answer to question = “other”
and
- is equal to
- is not equal to
- beings with
- ends with
This makes no sense, as it is impossible to determine what the free text is going to be. Because this step is currently empty, or incomplete, it fails to update the variable when this option is selected, breaking the process. How do I bypass this issue?