Hello, I have been trying to find a way to have the pulldata function, or something similar, retrieve values from a feature service on our ArcGIS Server that has been loaded into AGOL. I have seen a few different articles that seem to talk about this but none mentioning the exact situation I am in. Here is my scenario:
We have a survey123 form built in Connect off of a Feature Service we have in our ArcGIS Server, the survey is recording hospital patient admissions/updates/discharges. We would like to be able to query this feature service in an autopopulate select one question.
The workflow is as follows;
- User fills out an admission record and enters a Medical Record Number (MRN) for a patient in a text question and then submits the survey and data is sent to the database table.
- User then at a later time fills out an update or discharge record, this triggers a new select one question not previously available in the admission record, this select one question is able to pull data from the feature service table with a list of MRN values previously entered.
Any assistance would be greatly appreciated. Thanks!