John Robertson
11/19/2025, 7:05 PMJames Morris
11/19/2025, 7:17 PM${companyinformation.legalname} I think it's working on our side (at least no one's complained about it not working in recent memory). You could always do something like <#if check.subsidiary == "SubA">legalsubsidiaryAname <#elseif check.subsidiary == "SubB">legalsubsidiaryBname<#else>someerrormessagehere</#if> if you're really running into issues.John Robertson
11/19/2025, 7:22 PM