My expression in my decision stage keeps throwing an error how can I rectify this?

Check to make confirm what type of expression it is. For example text expressions must be wrapped with ?? for example ?yes? and data expressions are wrapped with [] for example [yes]. These are covered in the course at various points.�