Zoho CRM: Multi-Select Lookup Fields showing NULL values in Tables

Zoho CRM: Multi-Select Lookup Fields showing NULL values in Tables

Hi, Zoho support,

This ticket is correlated to a previous ticket open from my colleague:https://help.zoho.com/portal/en/ticket/66790250

I followed the following tutorial creating Multi-Select Lookup Field :AssociatedCompanies
https://www.youtube.com/watch?v=G1PAKXPXI0g&t=98s

I am able to see the associated companies of a contact form UI but when performing the following statement the values in AssociatedCompanies appear null and in response, this field does not show:
SELECT FirstName,LastName,AssociatedCompanies FROM ZohoCRM.Contacts



I am using a CData driver in order to retrieve my data:
https://www.cdata.com/drivers/zohocrm/download/

My question: How can we get the values of Multi-Select Lookup Fields get exposed.