Formula to check if two address fields match
I'm trying to get the following formula to work. It is meant to check if two addresses are the same (Street number + street name) are the same.
If(${Leads.PVA Address}==${Leads.Street},'1','0')
Error is "Incorrect Data Type of Argument". Please help!