Fields missing in Easy import Excel template .Issue While performing Easy Excel import on any table anyone can encounter below issues. Some fields are missing in Easy Excel template. (or)Fields exist in Excel template but failed to update the target table. Below error message can be thrown.The following fields have been ignored, because they don't exist on the destination table: Summary, Status, Severity, Assigned toNon admin user's are able to export the Excel Template but failed to update the target table fields.ReleaseAll Releases.ResolutionPoints to verify if any field missing in Easy import Excel template (or) failed to update the target table fields using easy excel import. Check if the sys_dictionary entry of problematic field is set to Read-Only. Read only fields won't be exported in Easy Excel template.Check the user who is performing Easy import is having access to the problematic table field and rule out the access control issue.Impersonate with the problematic user, Open the problematic table record and try to edit the problematic field manually.Check if you see below sample error message while performing easy import. The following fields have been ignored, because they don't exist on the destination table: Summary, Status, Severity, Assigned toAs per the system behaviour non admin users don't have access to perform easy excel import and this will be controlled by "Import" UI context menu with the below admin role condition.gs.hasRole('admin') && !ListProperties.isRelatedList() && !ListProperties.isRefList()In order to allow Easy import option to non admin users, If anyone added the custom role in UI context menu then make sure that custom role is added to the Write ACL's defined for sys_dictionary entry of problematic fields, if not system will throw error message [The following fields have been ignored, because they don't exist on the destination table ] .Check the property glide.import_template.field_types_to_ignore that includes a list of fields that will be ignored when a record is imported with easy import feature. More info in our documentation page Easy import properties