Not able to import excel to database using Receive Message vai email in Process mode

I am sending an email attached with excel sheet to process model vai Receive Email at start node. I could able to extract the excel from email but the data is not written in the database.
FYI: Using Plugin Import Excel to Database, Using CDT 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Common causes are a mismatch between the Excel column headers and your CDT field names, inconsistency in data types, or issues with your data store configuration. Make sure the headers in your Excel file exactly match the names and data types of your CDT fields, that the data store entity is published and up to date, and review process logs for any errors such as type mismatches or missing required fields.

    If you could provide more details would be great.

Reply
  • 0
    Certified Lead Developer

    Common causes are a mismatch between the Excel column headers and your CDT field names, inconsistency in data types, or issues with your data store configuration. Make sure the headers in your Excel file exactly match the names and data types of your CDT fields, that the data store entity is published and up to date, and review process logs for any errors such as type mismatches or missing required fields.

    If you could provide more details would be great.

Children