Have a visible field that keeps a tally of how many surveys have been submitted

215
1
11-22-2023 08:50 PM
j-bromp
New Contributor III

Hi there,

Wondering if it's possible to have a field displayed in the survey which shows what number survey it is?

For example if I go out into the field and submit a survey, the next time i go out i would want this field to display '2', and so on.

In addition to this, I am wondering if it is possible to have this field be relevant to another field. For example when i go into the field, i select from a drop down list what the project number is for the site i am visiting. Is it possible to have survey123 record what number survey this is for that particular project number?

Cheers

0 Kudos
1 Reply
abureaux
MVP Regular Contributor

Have a look at pulldata(@layer). Specifically, querying a feature layer.

Be aware that once you pulldata, it is "static". Meaning, you won't see if someone submits a survey right after you finish your query.

0 Kudos