Question
Using If Formulas with Salesforce Mergefields to display checkboxes
Does anyone know how to get salesforce merge fields to work in formulas?
if( {{!ACCOUNT_NOTE_AND_DOCUMENT_GROUP_CONTRACT}} = 1 ) event.value = (checkbox) else (unchecked box))
The mergefield is returns a value of 1 currently, and in the actual formula I have the checkedbox right and the blank checkbox but it gives me values R and £ here.

Many thanks if anyone can help!
