Notes on exporting records to a file
You can export the following data from an app to a file: records, record comments, aggregate results, and a pivot table.
This section describes the notes on exporting records and record comments. Please check them before exporting data to a file.
- Notes on exporting records
- Notes on exporting record comments
- Notes on exporting files to use for updating records in bulk
Notes on exporting records
- Required permissions
- Exporting records requires the Export to file permission in the Permissions for app settings.
By default, the Export to file permission is granted only to the user who created the app in the Permissions for app settings. Grant the Export to file permission to the users who will export records as necessary.
For details, refer to the following page:
Configuring permissions for apps - Records or fields for which the user is not granted view permission cannot be exported to a file. Grant the view permission for those records or fields to the users who will export them as necessary.
For details, refer to the following page:
Permission settings
- Exporting records requires the Export to file permission in the Permissions for app settings.
- Limitations
-
The following data cannot be exported to a file.
- Label fields
- Attachment fields
- Related records fields
- Change history
-
Depending on the type of data, it may be possible to export the data to a file but not to import the data from the file into an app.
For details, refer to the following page:
Importing and Exporting App Data -
If the size of a file to be exported exceeds 100 MB, the export fails. In such a case, reduce the number of fields and records to export at one time.
-
Notes on exporting record comments
- Prerequisites for exporting record comments
- You cannot export only record comments. When you export records and select "Output options" > "Export record comments", record comments are exported in a separate CSV file from the records.
- You can export record comments only in apps where the record comment feature is enabled.
- Required Permissions
You cannot export record comments of records for which View permission is not granted to the file. If necessary, grant View permission for the records to the user who performs the operation.
For details, refer to the following page:
Setting Permissions for Records - Output Format
The posting users of record comments are exported in their login names. - Limitations
- Although you can export record comments to a file, you cannot import them from a file into an app.
For details, refer to the following page:
Importing and Exporting App Data - The export process fails if the size of the file to be exported exceeds 100 MB. Please narrow down the records to be exported.
- Although you can export record comments to a file, you cannot import them from a file into an app.
Notes on exporting files to use for updating records in bulk
If you want to use the file that you exported your records to in to update the data of those records, export the following fields to the file:
- Fields that you want to update the values for
- The field to specify under Update key
The field specified under Update key is used to identify which records in the app should be updated with data from your file.
When you import your file, whether existing records are updated or new ones are added depends on whether the value in the app field specified under Update key matches a value in the corresponding column in your file.
- If a value in the app field specified under Update key matches a value in the corresponding column in your file: The corresponding existing record will be updated with the data in your file.
- If a value in the app field specified under Update key does not match a value in the corresponding column in your file: A new record will be added with the data from that row in your file.

Fields that can be specified under "Update key"
One of the following fields can be set under Update key.
- Record number
- Text
- Number
- Date
- Date and time
- Link
Notes on specifying an update key
When specifying a field as an update key, make sure to keep in mind the following.
- The field set under Update key must be one that does not accept duplicate values across multiple records.
- The Record number field contains unique values automatically assigned when each record is added, ensuring no duplicates exist in the same app. For this reason, it is often set under Update key.
- However, if you set the Record number field as the Update key, an error will occur if the corresponding file column contains a record number that does not exist in the app.
- If you want to have new records added when using the Record number field as the update key, leave their value in the corresponding file column blank when you input the data in your file.
- If you want to set a field other than the Record number field (a Text, Number, Date, Date and time, or Link field) under Update key, you need to enable Prohibit duplicate values in its field settings.