Hello,
I would like some help in getting Survey123 to populate attribute fields with weather parameters. It looks like there used to be a document on how to do this, but it’s no longer available.
https://community.esri.com/t5/arcgis-survey123-questions/using-pulldata-to-gather-live-weather-data/...
This site points to another link with some instructions:
https://community.esri.com/t5/arcgis-survey123-blog/extending-survey123-smart-forms-with-custom-js-f...
It looks like MSN Weather also has parameters:
https://docs.microsoft.com/en-gb/connectors/msnweather/
Open Weather has this information:
https://openweathermap.org/api/one-call-api#how
However, I’m unfamiliar with Javascript, and don’t know how to apply this information to my specific problem. I need a step-by-step breakdown of how to use a pulldata function to get parameters either from Open Weather or MSN Weather, showing a specific javascript code example that I can use as a model from which to copy. The actual pulldata function is straightforward, but I need help mostly with the JS part.