"Multiple records for exists in the table" Error When Importing an Excel File via Import in the Agent WorkspaceSummaryWhen importing from an Excel file via the 'Import' UI Action in a list view in the Agent Workspace (refer Enable record import in Workspace lists) you may see the error: "Multiple records for <field name> exists in the table", e.g "Multiple records for User exists in the table" This means that one of the reference fields being imported to returned multiple records. For example if there was a field 'User' in the spreadsheet with value 'John Smith' for one of the rows, and a field 'User' that references User[sys_user] on the target table, during the import the instance would search the sys_user table for Name='John Smith' (Name being the Display Value of sys_user). If that search returns multiple records with Name='John Smith' then this error will be shown. If the user clicks Complete Import the instance will use one of the returned records at random for the value of the Reference field, which may be an unexpected result and hence the error message.