Limit No. of Submissions from a device

Hi, Would like to know whether i can limit the no. of submissions for a particular from an Indivitual device in the field

Hi @mistcrrgpsa, I'm not aware of a way to do this. You could post-process the data to remove submissions if a device has submitted too many. Your form can include metadata that will automatically record data about the device. Include these and you should be able to check the number of submissions from a device.

+--------------+-------------------------------------------------+
|     type     |                     Meaning                     |
+--------------+-------------------------------------------------+
| deviceid     | IMEI (International Mobile Equipment Identity)  |
| subscriberid | IMSI (International Mobile Subscriber Identity) |
| simserial    | SIM serial number.                              |
| phonenumber  | Phone number (if available).                    |
+--------------+-------------------------------------------------+

Also, welcome to the ODK forums! We're glad you're here. It'd be great if you could add a profile picture and post to the Introduce yourself here! thread.

1 Like