pulldata function for Survey123 and internal data sources

512
1
11-04-2019 11:03 AM
RichardWanzo
New Contributor

Hi James,

Regarding the pulldata function for Survey123 is it possible to use this function on internal data (i.e. sql related tables) to auto-populate surveys other than using external data (csv files)?

Thanks,

Richard

0 Kudos
1 Reply
by Anonymous User
Not applicable

Hi Richard,

No, currently pulldata() does not work directly with other data sources such as feature services, sql tables or other dynamic databases or web sources. It only supports csv files located in the media folder. Alternatively you could use a javascript function and the pulldata(@javascript) to query and return results from an external source and then use that value in your calculation. There are some limitations which you should understand with pulldata(@javascript). This is currently only a beta feature and you can find the documentation on EAC here

An enhancement ENH-000119959 has already been raised for this request similar to yours, although it is currently in our backlog and not a high priority for development in the near term. I would suggest contacting Esri support and attaching your request for this functionality to the existing enhancement request.

Phil.

0 Kudos