Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/usage/draftWorkspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ In addition, files can be manually imported. When that is the case, an option is

!!! warning "Import data without update"

When importing data that already exists in the platform, if this data is not updated by the import, the data contained in the file will not be updated.
As an example:
- importing an email "[email protected]" and validate your draft, then re-importing the same email "[email protected]" will not appear in the newly created draft since it is not edited. However, if another user imports it, the email "[email protected]" will be in your draft, given the "creator" will be updated with the new user who whas imported it.
When importing data that already exists in the platform, if this data is not updated by the import, the data contained in the file will not be present in your draft.
As an example: importing an email "[email protected]" and validating your draft, then re-importing the same email "[email protected]" will not appear in the newly created draft since it is not edited. However, if another user imports it, the email "[email protected]" will be in your draft, given that the "creator" will be updated with the new user who imported it.

For more detailed information on file import, see the import documentation page here: [Import from files](import-files.md).

Expand Down