Display text based on imported snippet value

I have a snippet that allows users to make selections through dependent drop down menus. If the final selection the user makes contains specific text, then I want a message to appear below the selection. I can do this in the snippet, no problem. However, this snippet is not used on its own. It is imported into other snippets where the users actually interact with it. That is where I get stuck. Can you have an IF command based on the output of an imported snippet?

Form variables are shared between parent snippets and any imported snippets. So yes, you should be able to reference variables defined within an important snippet within the importer.

Figured it out - thank you!