Http connector - Response from API success (Code 200) but import errors out

Hi,


I'm trying to import data into Zoho analytics table using http connector.
API reference - https://www.zoho.com/analytics/api/v2/bulk-api/import-data/existing-table.html

Media type is Multipart / form-data

When we debug the import, response from API is success 200, but the import fails with error "abstract method processSubmitResponse must be overridden by the subclass"

Thanks,

Jay

Hi @adelhaider, @lakhanbhagnani, @ashutoshkulthe,

Can you please help me with resolving this issue.
Let me know if further information is needed.

Thanks,

Jay

Hey Jay,

As discussed over email, you have to update the connection with a change of media type to JSON

Thanks @lakhanbhagnani, that worked.