Table field value is not populate inside the sys_choice table after Import the data using the excel sheet.Issue Importing into sys_choice table using easy import option, the data uploads but the 'Table' column label is empty. Steps to Reproduce: 1. Open the Choice List Records2. Click on List Control (hamburger menu) icon, and click on Import3. Select Create Template and export it.4. Fill the data inside the excel spreadsheet5. Import the excel data sheet >> Choice will add inside the sys_choice table but table field will displayed empty.CauseIssue has been reported on known PRB1315898.This is caused by system property 'glide.import_template.field_types_to_ignore'This defines a set of filed types to ignore in easy import. The Table column is in table_name type which is a ignore field by default.ResolutionRemoving table_name from the list on Value field from system property 'glide.import_template.field_types_to_ignore'