Is it possible to use the UUID for stopping duplicate entry in Kobo?

Hi @masudmis
Just to add to @Kal_Lam enforcing a system based prevention of duplicates is currently not supported. The main reason being, that the architecture of the system does not allow for cross-referencing within instances (i.e. different submissions of the forms) when data collection is ongoing.

You can however work on your own off-system approaches to avoid duplication by first narrowing your definition of “what is a duplicate”. You can then try advanced approaches, which do ex=post checks for duplicates such as what was discussed in the topic below

Stephane