Hi Clarky,
Can you share a little more on what you're trying to achieve with this?
> Is the selection based on the type of employee, or is something like a toggle option between Employee and Manager
> What changes are made to the template between Manager and Employee?
I'd be looking to set a variable with each template based on the type of employee, like:
Set(gblEmlTemplate, If(Type.Employee,"<a>Employee Template</a>","<a>Manager Template</a>"))