Ok I fixed it with this one:#set($listSize = $OpportunityList.size() - 1)$!OpportunityList.get($listSize).fieldNameThe only case where it won't be working is when OpportunityList i...
Hey guys!I've been trying this Velocity script inside a token in order to retrieve fields value contained in the last opportunity attached to a lead:$!OpportunityList.get(Opportuni...