Best answer

Zapier to create Contact when new contact entered in Zoho - "Invalid data for the field id" error

  • 10 July 2021
  • 3 replies
  • 902 views

We cannot get a consistent zap when trying to create a new contact in Zoho from a new contact that has been entered into Outlook.  It will work for one zap and then, shut off even if all the data is available I receive: 

 

Unable to create entry in module: Contacts. Error : Invalid data for the field id. Detail : expected_data_type bigint, parent_api_name Account_Name

icon

Best answer by SamB 10 September 2021, 11:22

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 7
Badge +14

Hi @LC CFO 

Please post screenshots of how your Zap steps are configured, thanks.

Are you using Zoho CRM?

Zap
 

 

Image edited by Moderator to remove personally identifiable information. Please do not include personal or private information in your posts, including in screenshots.

 

Userlevel 7
Badge +11

Just wanted to follow up here to add that it looks like Zoho CRM is expecting a number (as it says “expected_data_type bigint”) rather than text in the Account Name field:
94c14ae0b19b31f9a215231a0dd74cd1.png

This suggests that the ID number for the Account would need to be supplied, rather than the name of the account itself. This is often the case when a Custom value is selected for a dropdown field.

If the previous steps in the Zap aren’t able to supply the account’s ID number, then you would want to add a Find Module Entry Zoho CRM action to locate the account by it’s name. That search action should then output the ID for the account that it finds.

You can then select the ID number output by the search step (using the custom value option) in the Account Name field on the Create/Update Module Entry step.

More information about how to use search steps and custom values can be found here: