hi @gabriel
Following your advice, I deleted all records from the entity and reset the entity ID counter to 1.
Then I imported 3000 records into the entity via the CSV - I did this by assigning my own values โโ(1-3000) to the corresponding ID field.
I encountered a problem that after importing all the records, I cannot create new records due to a violation of the uniqueness of the ID, as error R3 tells me.
I assume that the ID counter in the entity does not process the ID values โโthat came from the CSV import, and is not updated to the maximum ID value after import.

How can I solve this problem?