Avoid - Duplicate Form Submission

Please suggest,

  • how do I stop / warn user from submitting duplicate data?
  • name each record instance uniquely

Regards
Ashish

Adding an instanceID to the form will help with de-duplicating data. I
generally use something like this...




··· On Wed, Nov 28, 2012 at 7:44 AM, techbyte101 wrote: > Please suggest, > > - how do I stop / warn user from submitting duplicate data? > - name each record instance uniquely > > > > Regards > Ashish > > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en

What is uuid?
How user will get warning if it founds to be duplicate record on server?

Regards
Ashish

··· On Wednesday, November 28, 2012 10:06:45 PM UTC+5:30, Yaw Anokwa wrote: > > Adding an instanceID to the form will help with de-duplicating data. I > generally use something like this... > > > > > > > > > > > calculate="concat('uuid:', uuid())"/> > jr:preload="property" jr:preloadParams="deviceid"/> > jr:preload="timestamp" jr:preloadParams="start"/> > jr:preload="timestamp" jr:preloadParams="end"/> > > On Wed, Nov 28, 2012 at 7:44 AM, techbyte101 <techb...@gmail.com> wrote: > > Please suggest, > > > > - how do I stop / warn user from submitting duplicate data? > > - name each record instance uniquely > > > > > > > > Regards > > Ashish > > > > -- > > Post: opend...@googlegroups.com > > Unsubscribe: opendatakit...@googlegroups.com > > Options: http://groups.google.com/group/opendatakit?hl=en >

Before posting, search the group or the web. There are several answers to
these questions on the group.
Keep in mind that there are 100's of people on this list that have to
advance through each e-mail.

Start with 'uuid'

http://groups.google.com/group/opendatakit

Mitch

··· On Wed, Nov 28, 2012 at 8:57 AM, techbyte101 wrote:

What is uuid?
How user will get warning if it founds to be duplicate record on server?

Regards
Ashish

On Wednesday, November 28, 2012 10:06:45 PM UTC+5:30, Yaw Anokwa wrote:

Adding an instanceID to the form will help with de-duplicating data. I
generally use something like this...




On Wed, Nov 28, 2012 at 7:44 AM, techbyte101 techb...@gmail.com wrote:

Please suggest,

  • how do I stop / warn user from submitting duplicate data?
  • name each record instance uniquely

Regards
Ashish

--
Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@**googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

@yanokwa I suspect my concern, though related, may be a bit different. Occasionally I find submissions are duplicated (including instance ID).

Any way to avoid this? I use Google Sheets

20200617_170536

The docs note that "Under certain failure conditions, the downstream service can receive multiple copies of a given submission. This is known, expected, behavior." I think this may be what's happening in your situation.

Ah, ok. Not a major problem yet; just requires some regular data cleanup before analysis. Thanks @danbjoseph