When exporting list data, you receive a special JSON format and an ID rather than the actual list option names. Current Behavior: Asset Layout Name: Computers List Name: Computer Models List Options: A, B, C, D Instead of showing the list option names in the export (e.g., A, B, C, or D), the CSV exports the field in a JSON-like format: {"list_ids":[1]} This makes it difficult to interpret the actual selected values. Desired Behavior: The CSV export should show the actual list option names (A, B, C, or D) instead of just the list option IDs in a special format. This would improve usability and make the exported data easier to read and work with. Let me know if you need further clarification!