Hi, I'm creating a template and I need to use conditional logic. I have written this condition { IF {MERGEFIELD Usage.TipoVeicolo__c="500" \* MERGEFORMAT} = "Noleggio" "Noleggio + Usage.TipoVeicolo__c + Usage.TargaVeicolo__c" "false" } but it appears to me that the fields aren't connected, because they don't populate and I don't know way. I have no idea and I'm desperate because I need it for my work. Can anyone help me, please? ps. TipoVeicolo__c is a custom field created on the usage object
... View more