I am using the below FetchXML query
<fetch mapping='logical'> <entity name='contact'> <attribute name='contactid'/> <attribute name='accountid'/> <attribute name='emailaddress1'/> <attribute name='fax'/> <attribute name='firstname'/> <attribute name='lastname'/> <attribute name='address1_city'/> <attribute name='address1_country'/> <attribute name='address2_city'/> <attribute name='address2_country'/> <attribute name='telephone3'/> <attribute name='telephone1'/> <attribute name='createdon'/> <attribute name='modifiedon'/> </entity> </fetch>
When I try to preview data, I see neither address1_city not address2_city.
I see only address1_composite. Why is that? How do I solve this issue?