From the user dashboard > Data > View Form > Duplicate
An error message appears when clicking Duplicate that says “Failed to Duplicate Submission”. I have about 65 users submitting to this Project, dozens per day using the Duplicate feature with success. It has only happened in a very few cases.
This screenshot shows a successful duplication as well as the error ones with some relevant details about the backend for Kobo
The Response body is XHRPOST ... [HTTP/2 409 243ms] "Submission with this instance ID already exists"
The backend error comes from somewhere in this script: kpi/kobo/apps/openrosa/libs/utils/logger_tools.py at main · kobotoolbox/kpi · GitHub where it’s claiming that a UUID is being reused, but it only happens for some forms and not others.