Select to view content in your preferred language

Pulldata statement

135
3
Jump to solution
a month ago
SLouq
by MVP Regular Contributor
MVP Regular Contributor

Just wondering if there is a pulldata statement which will pull data from a file hosted on an SDE database instead of a list created in the choices sheet for a Survey123 form. 

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
PietaSwanepoel_esriza
Emerging Contributor

Yes, can be done.

In Connect : Use the 'autocomplete search' functionality under appearance for a select_one drop-down.

In web: add dropdown to page, go to edit (at the options), go to From layer tab.

You reference a published service as your source of data in both cases.

 

View solution in original post

0 Kudos
3 Replies
DavidSolari
Frequent Contributor

You can check this section of the Survey123 docs for more info. Note that layer queries are flaky at best (and unusable at worst) if your users are working offline, if you need offline support then you'll have to regularly update a hosted CSV file that you link to the survey form. 

0 Kudos
PietaSwanepoel_esriza
Emerging Contributor

Yes, can be done.

In Connect : Use the 'autocomplete search' functionality under appearance for a select_one drop-down.

In web: add dropdown to page, go to edit (at the options), go to From layer tab.

You reference a published service as your source of data in both cases.

 

0 Kudos
SLouq
by MVP Regular Contributor
MVP Regular Contributor

Thank you for the replies!

0 Kudos