Select to view content in your preferred language

Is there a way to avoid entering the same survey more than once

51
1
yesterday
SanchezNuñez
Occasional Contributor II

Good morning,

We have a Survey123 connect where the surveyor selects a value in a drop-down list and populates the rest of the fields from the survey and submits it.

Question: when a surveyor submits a survey, is there a way to show that the value was entered?

Let's says that the drop down list has 5 values:1.2,3,4,5  If the first surveyor  submits a record for value 1, is there way to show that value 1 was already entered, so the other surveyors process values 2 to 5?

Thanks

 

0 Kudos
1 Reply
ClayDonaldsonSWCA
Occasional Contributor II

assuming that they have internet connection when they start the form, this can be accomplished with pulldata() function. See blog posts here:

Survey123 Tricks of the Trade: pulldata("@layer") - Esri Community

If you pull the values from previous surveys, you could even use the choice_filter column to filter out records that have already been submitted.