Lookup Field Values In BulkRead
I am pulling cases from the Zoho Case module using the BulkRead API. However, I am receiving IDs (random numbers) as field values. I later discovered that if I include column_name.Name in the returned fields, I get the actual value. However, this approach does not seem to work for the Owner field, I still get an ID instead of the actual text.
How can I get the owner's name instead of the ID?