I have my drop down as list of options. For example:
Text A
Text B
Text C
Two textbox fields TextA and TextB
Would I switch it to macro expression instead and put the macros in there? ie
{% (if dropdownlist.value == "Text A") ? TextA = "" |(identity)GlobalAdministrator%}
Something like that? Again I apologize for my level of experience.