How do I prevent my snippet command from getting inserted into "if, else if, endif" drop down menus

I have created a couple of drop down menus that insert imported snippets into documents.
The problem is my imported snippet shortcuts are getting inserted in front of the actual document.

For instance, one imported snippet is called .LIHPI and when I insert the snippet it states:
".LIHPI Behavioral Health Case Conference - Low Intensity

Documentation on this patient encounter was supported using ambient scribe technology/ voice AI technology. Provider reviewed and verified content of the generated note prior to signature.

Level of Care

This patient is enrolled in the Integrated Care program via the Low Intensity Program. This usually includes 1-3 BHC visits unless further diagnosis refinement is required.

xxxxxx"

Hi @stephen.warnick Welcome to the forum! :slight_smile:

It sounds like you need to enclose your dropdown menus inside a {note} command. You can read more about it here:

Let us know if it works for you.