* Describe the bug
Hi,
Import / Export records plugin seems only recognize fields added prior to adding relationship field in the table.
Once you add relationship column, any field you add to the table will not appear on excel template and unable to import or export data using “Import records” or “Export records” plugin.
You can still import or export data without error, but all fields added later will be ignored.
* Environment
- NocoBase version: 1.8.25
- Database type and version: MariaDB
- OS: Ubuntu 25.04
- Deployment Methods: Docker
- Docker image version: nocobase/nocobase:latest-full
- NodeJS version:
* How To Reproduce
- Add some normal fields
- Add a relationship field
- Add some normal fields
- Try Import or Export excel data.
- The excel sheet will only have fields that you’ve added at step1.
Expected behavior
Any fields that can be imported or exported should appear on excel sheet and not ignored during the import or export process.