11
Survey123 for ArcGIS Tips & Tricks James Tedrick

Survey123 for ArcGIS Tips & Tricks - proceedings.esri.comproceedings.esri.com/library/userconf/proc17/tech-workshops/tw_744... · Taking data with you •You can package existing

  • Upload
    dodiep

  • View
    230

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Survey123 for ArcGIS Tips & Tricks - proceedings.esri.comproceedings.esri.com/library/userconf/proc17/tech-workshops/tw_744... · Taking data with you •You can package existing

Survey123 for ArcGISTips & TricksJames Tedrick

Page 2: Survey123 for ArcGIS Tips & Tricks - proceedings.esri.comproceedings.esri.com/library/userconf/proc17/tech-workshops/tw_744... · Taking data with you •You can package existing

What’re we covering?

• Looking up existing location & attributes

• Opening up a form from another application

• Setting up the Inbox to edit existing features

• Your questions!

Page 3: Survey123 for ArcGIS Tips & Tricks - proceedings.esri.comproceedings.esri.com/library/userconf/proc17/tech-workshops/tw_744... · Taking data with you •You can package existing

Taking data with you

• You can package existing data with a survey for lookup

- Location

- Last known condition

• Place a CSV file in the media folder

• Access in form via the pulldata( ) function

• Resources:

- Survey123 Documentation

- Survey123 GeoNet Blog

Page 4: Survey123 for ArcGIS Tips & Tricks - proceedings.esri.comproceedings.esri.com/library/userconf/proc17/tech-workshops/tw_744... · Taking data with you •You can package existing

Calling Survey123 with URL SchemeSyntax structure

• arcgis-

survey123://?itemid=9735c42727bb42b0936c5e7ba35117a4&field:streetaddress={PHYSICAL_STREET_NU

M} {PHYSICAL_STREET_DIR} {PHYSICAL_STREET_NAME}

{PHYSICAL_STREET_TYPE}&field:town={PHYSICAL_CITY}&field:state=AZ&field:zipcode={PHYSICAL_ZIP

}&center={LATITUDE},{LONGITUDE}

• arcgis-survey123:// → calls the Survey123 field app

• ? → starts collection of parameters

• itemID=9735c42727bb42b0936c5e7ba35117a4 → specifies the survey

• & → parameter separator

• field:streetaddress={PHYSICAL_STREET_NUM} {PHYSICAL_STREET_DIR} {PHYSICAL_STREET_NAME}

{PHYSICAL_STREET_TYPE} → parameter field:[field_name] = [value from feature]

- Field names are case sensitive

• & → parameter separator

• &field:state=AZ → parameter field:[field_name]=[hardcode value]

Page 5: Survey123 for ArcGIS Tips & Tricks - proceedings.esri.comproceedings.esri.com/library/userconf/proc17/tech-workshops/tw_744... · Taking data with you •You can package existing

Custom URL Scheme – Points to remember

• The custom URL Scheme is supported in ArcGIS Online, ArcGIS Enterprise 10.5 and newer

• For a seamless experience, login to the Survey123 app before utilizing the custom URL scheme in the map or app

• Ensure the data values being passed are clean and contain no special characters

• You cannot pass field values/ parameters

- To repeats in the survey

- To date fields in the survey

Page 6: Survey123 for ArcGIS Tips & Tricks - proceedings.esri.comproceedings.esri.com/library/userconf/proc17/tech-workshops/tw_744... · Taking data with you •You can package existing

Survey Instance name – Best Practices

• Instance name setting enables field users to uniquely identify survey form Drafts, Outbox, Sent and Inbox folders in the Survey123 app

• Appears as the label in the map views

settings

survey

Without Instance name With Instance name

Page 7: Survey123 for ArcGIS Tips & Tricks - proceedings.esri.comproceedings.esri.com/library/userconf/proc17/tech-workshops/tw_744... · Taking data with you •You can package existing

Edit Existing Survey Data

• At v2.0, you can edit all previously submitted survey data

• Add the Inbox option to the survey

- Optional: can apply an expression to filter data

• This capability must be enabled on the survey BEFORE it is published

• Editing Existing Data with Survey123 video

Survey123 Connect

Page 8: Survey123 for ArcGIS Tips & Tricks - proceedings.esri.comproceedings.esri.com/library/userconf/proc17/tech-workshops/tw_744... · Taking data with you •You can package existing

Edit Existing Survey Data

• You can query on fields and profile information, ex:

- status=‘pending’

- assigned=${username}

Survey123 Connect

Page 9: Survey123 for ArcGIS Tips & Tricks - proceedings.esri.comproceedings.esri.com/library/userconf/proc17/tech-workshops/tw_744... · Taking data with you •You can package existing

Questions? Answers?

Page 10: Survey123 for ArcGIS Tips & Tricks - proceedings.esri.comproceedings.esri.com/library/userconf/proc17/tech-workshops/tw_744... · Taking data with you •You can package existing

Please Take Our Survey on the Esri Events App!

Select the session you attended

Scroll down to find the survey

Complete Answersand Select “Submit”

Download the Esri Events app and find

your event

Page 11: Survey123 for ArcGIS Tips & Tricks - proceedings.esri.comproceedings.esri.com/library/userconf/proc17/tech-workshops/tw_744... · Taking data with you •You can package existing