Try to create an if when you are category “Help desk”, otherwise go to the spanish section.
#if( ${Category}!="Help Desk")#else Category: ${Category} Sub Category ${SubCategory}
Title: ${Title}
Description: ${Description}
#end
Categoría: ${Category} Sub Categoría ${SubCategory} Título: ${Title}
#if( ${Description} && ${Description}!="") Descripción de la solicitud: ${Description}
#end
but always puts both options
I need that if it is "help desk" it stays until the #end in red, and if it is not "help desk" that happens after the #end in red
thanks