|
POST
|
Hello Chris, Thank you for passing along the XLSForm! I had tested in my ArcGIS Online organization with a test tpk and I was not able to reproduce the same behavior. I was testing in ArcGIS Survey123 3.10.323 (EAC build) on an IOS device. For the TPK was it created in ArcGIS Pro? If so is the file extension TPK or TPKX? If it is TPKX if you save it as a .TPK is the same behavior reproduced? Does the TPK use the ArcGIS Online | Bing Maps | Google Maps tiling scheme? I have attached my sample TPK for testing (you will likely need to search for Redlands, CA in the Geopoint's search bar) When you hit send there is no error message correct? In Survey123 Field App on the MySurvey's page if you select your profile icon on the top right > Settings > Diagnostics > Enable logging. If you grab the logs when you try to submit a survey are there any error messages in the associated log file generated? Thank you, Zach
... View more
07-30-2020
08:49 AM
|
0
|
0
|
1504
|
|
POST
|
Hello tim dunlevie, On the Android device in question is it only 1 survey that sees the behavior or all surveys? Is your WebGIS infrastructure ArcGIS Online or ArcGIS Enterprise? If ArcGIS Enterprise what version of Enterprise? Additionally is there an MDM or VPN being used on the devices? If you click on your little profile icon on the top right of the MySurvey's page and hit "Settings", at the bottom there is a Diagnostics option. If you click that, enable logging, and reproduce the same behavior, would I be able to obtain a copy of the logs when the behavior has been observed? If you don't want to share it on GeoNet feel free to pass it along to [email protected] and I will be happy to take a look into it. Thank you, Zach
... View more
07-29-2020
05:25 PM
|
0
|
1
|
1236
|
|
POST
|
Hello Gavin Wepener, I am glad the issue has been resolved! When publishing with a related table from any database management system as long as the database is a Geodatabase you should be able to publish a feature service with a related table. Please use the second to last point in this documentation for reference: Prepare data to publish a feature service—ArcGIS Server | Documentation for ArcGIS Enterprise As for the workaround with the attachments, when ArcGIS Survey123 3.10 releases the ability to add multiple photos to one image question will be supported. This can be done with the multiline appearance. There are builds in the Early Adopter Community that can be used for testing. Thank you, Zach
... View more
07-29-2020
04:08 PM
|
0
|
0
|
2562
|
|
POST
|
Hello Gavin Wepener, If you are creating a survey from an existing feature service the repeats should automatically populate with the related tables on the service. If you are trying to create a survey that matches an existing feature service the name of the repeat needs to match the name of the table from the REST endpoint. For example in my test survey the name of my related table was TenEightDB.SDE.defects, when I created my survey based on that service that is the name that populated the repeat: This matches what is present on the REST endpoint: If you do not see your related table on the REST endpoint it may be likely the table was not present in ArcGIS Pro or ArcMap when publishing the data. Thank you, Zach
... View more
07-27-2020
12:42 PM
|
0
|
3
|
2562
|
|
POST
|
Hello Jose Barrios, One workflow would be to use the format-date() function to break out specific pieces of the dateTime question. If you don't want the result of the dateTime question in your feature service, and only the extracted sections you can make the dateTime question null under the bind:esri:fieldType. Please use the table below for an example I put together (XLSForm attached as well): type name label default calculation bind::esri:fieldType bind::type dateTime timeofsurvey Time of Survey now() null dateTime note datesection Date Section format-date(${timeofsurvey}, '%a %b %e, %Y') note timesection Time Section format-date(${timeofsurvey}, '%H:%M') I had made the questions that break apart the dateTime question notes to see what the result was in Connect, but if you don't want those pieces visible in the survey you can make them hidden so that only the dateTime question is visible in the survey. On the back end only the questions that are broken out are submitted to the feature service. Please use the Date formatting section of this documentation for reference regarding all the qualifiers that can be used: Formulas—Survey123 for ArcGIS | Documentation I know you mentioned you like the formatting of the dateTime question, an alternative workflow would be to use the date and time question types independently. For the date question if you want the default to be now you can set the default to today() and for the time question you can set the default to now(). The XLSForm would look something like: type name label default date insdate date today() time instime Time now() Thank you, Zach
... View more
07-27-2020
11:27 AM
|
2
|
0
|
4326
|
|
POST
|
Hello Arthur Kopelman, Are you using ArcGIS Online or ArcGIS Enterprise? Depending on your Web GIS infrastructure the answer may vary. If you are using ArcGIS Enterprise are you creating and publishing surveys based on existing feature services? Are you publishing a hosted feature service with your survey? If you are using a registered service the export capabilities are going to be managed from ArcGIS Server manager on the service level. If you are using a hosted feature service on the Item Details page under the settings at the very bottom there should be an option to enable or disable "Export Data". If you are unsure if the service is hosted or not the easiest way to tell is on the Item Details page Overview right next to the thumbnail it will say "Feature Layer (hosted)" if it is hosted if it does not have that (hosted) next to it the service may have been added to ArcGIS Online as an item or in Enterprise it is a registered service. If the service is indeed a hosted feature service and the ability to Export Data is enabled from the settings page can you export from the Item Details page of the service? To answer your question about ensuring export is enabled when creating a survey, the export capability is managed by the service and not Survey123. There is not an option in the Publishing Options in Connect that will allow for enabling or disabling export it will be enabled by default. When publishing from the Web Designer there are no publishing options like there is in Connect, but by default the root feature service and the stakeholder view will have the ability to extract enabled. The fieldworker view will not have the ability to extract enabled. Please use this link for reference regarding the fieldworker and stakeholder views: FAQ: What are the Fieldworker and Stakeholder hosted views used for in Survey123? Thank you, Zach
... View more
07-27-2020
10:39 AM
|
2
|
1
|
4066
|
|
POST
|
Hello Ben Bond, One option would be to add a calculation question in your repeat and in either the Calculation or Default columns put a value of 1. Outside of the repeat you can create a hidden question and have a calculation that counts the number of those calculate questions. The calculation would look like count(${repeat_calculation}). You can then modify your where clause to be Status='Active' AND repeatcount>'1'. My sample XLSForm looked like: begin repeat text (for testing) calculate Calculation: 1 end repeat hidden Calculation: count(${calculate}) Thank you, Zach
... View more
07-23-2020
04:03 PM
|
0
|
0
|
1724
|
|
POST
|
Hello Bradley, On top of what James said here are a few additional resources that may help out: https://community.esri.com/thread/213108-loading-survey13-data-with-related-tables-into-a-new-form#comment-765091 https://www.youtube.com/watch?v=S5V6MIrAKCk&t=1s I will be updating that How To article to include the ArcGIS Pro workflow. Thank you, Zach
... View more
07-20-2020
10:41 AM
|
2
|
0
|
4122
|
|
POST
|
Hello Whitney Covill You can directly pull in your Feature Service in ArcMap using this workflow: Adding data from ArcGIS Online—Help | Documentation. When you publish your Survey123 Survey, assuming you are not using an existing feature service, your survey will automatically publish up a Hosted Feature Service to either ArcGIS Online or ArcGIS Enterprise Portal. When it publishes a folder is created in your content that contains the Form Item, Feature Service (and views as necessary), and maybe a Web Map if you published from Survey123 Connect. As long as the settings on the Hosted Feature Service are set to "Allow others to export to different formats", you can export the data as a File Geodatabase. You can then connect to the File Geodatabase and see how ArcGIS Survey123 built the Schema, and you can model your schema that way. Another way is in ArcGIS Survey123 Connect if you select your survey and hit "Schema Preview" you will see how everything in the resulting Feature Service is created: Assuming when you mention the repeat function in ArcMap you are talking about Survey123 Repeats, repeats in ArcGIS Survey123 are either related tables or related feature classes depending if there is a geometry question present in the repeat or not. Please use this link for reference regarding Repeats in ArcGIS Survey123: https://community.esri.com/groups/survey123/blog/2020/04/09/survey123-tricks-of-the-trade-repeats Here is a handy resource regarding relationship classes in ArcGIS: https://community.esri.com/people/MKellyesri-ireland-ie-esridist/blog/2016/11/18/related-data-in-arcgis-online If you are expecting your end user to be editing in ArcMap they can add content to the related records using the following workflow: Editing the attributes of related features—ArcGIS Help | Documentation If you are expecting your end user to be editing in ArcGIS Survey123 accessing a survey you can publish your data and create the survey based on an existing Feature Service. Thank you, Zach
... View more
07-15-2020
03:25 PM
|
0
|
0
|
908
|
|
POST
|
Hello Lisa Dygert, I think the quick answer would be to create a hidden question above the note that uses the pulldata() function to return the email address. You can then try string-length(${hidden_question})>0 in the relevant column. If you don't want the email stored in the Feature Service you can set the bind::esri:fieldType to null and a field wont be created and the data will only be used temporarily in the form. That is correct the relevant column would be the location to place the expression. If possible would I be able to obtain a copy of the survey folder for testing on my end? If you don't feel comfortable passing it along on GeoNet feel free to pass it along to my Esri email [email protected]. Thank you, Zach
... View more
07-10-2020
05:14 PM
|
0
|
0
|
4723
|
|
POST
|
Hello Dion O'Reilly and dan becker, It looks like there have been other reports of feature reports issues on the ArcGIS Survey123 July update blog post: https://community.esri.com/groups/survey123/blog/2020/07/03/what-is-new-in-survey123-july-3-2020#comment-87272 It looks like the team is currently investigating it, but if you test on survey123beta.arcgis.com do you see the same behavior in the beta release of the website? Thank you, Zach
... View more
07-09-2020
08:30 AM
|
0
|
3
|
4202
|
|
POST
|
Hello Dion O'Reilly, Thank you for reaching out and confirming! I had tested on my end and was able to reproduce the same behavior with a survey I had created just now. I haven't seen anything logged from the Technical Support side of things as of yet. I would recommend logging a case with Technical Support so that this can be tracked down. I know recently someone was seeing a similar message in ArcGIS Online as well: https://community.esri.com/thread/255982-survey123-error-generating-reports Thank you, Zach
... View more
07-06-2020
03:11 PM
|
0
|
0
|
4202
|
|
POST
|
Hello Dion O'Reilly, Is your survey located in ArcGIS Online or ArcGIS Enterprise? From the Survey123 website if you try exporting as a CSV or Excel file does that complete successfully? If you are using ArcGIS Enterprise is your environment publicly available? Meaning you can hit your Enterprise environment without needing a VPN or being on the organizations network. If it is publicly available you will be able to hit it from your home WiFi network or LTE. If you can not hit your Enterprise environment outside of the network Feature Reports are not expected expected to work. Please use the ArcGIS Enterprise Support section of this doc for reference: https://community.esri.com/groups/survey123/blog/2019/07/23/understanding-survey123-feature-reports If you are using ArcGIS Online do you have a lot of survey submissions with a large amount of photo attachments associated with each submission? Thank you, Zach
... View more
07-06-2020
02:18 PM
|
0
|
2
|
4202
|
|
POST
|
Hello Lisa Dygert, I know you had said you tested cascading selects and it was not working but I believe it may work out. If you would like there is a sample in Survey123 Connect if you were to create a new survey and select "Samples" on the left hand side, there is a sample survey called "Cascading Selects" that displays the workflow and functionality. (I have also attached a copy of the XLSFrom to this post too) An alternative workflow may be to use the pulldata() function to pull district values from a csv file. Please use these links for reference: https://community.esri.com/groups/survey123/blog/2016/10/27/the-pulldata-function-access-external-data Formulas—Survey123 for ArcGIS | Documentation As for the 1:M relationship between counties and districts is the schema for the service already created? Meaning are you creating a survey based on an existing feature service that has this relationship set up or are you creating the schema from the XLSForm and creating a hosted feature service when publishing the survey? Thank you, Zach
... View more
07-02-2020
12:44 PM
|
0
|
2
|
4723
|
|
POST
|
Hello L Santos, Assuming you are using ArcGIS Online editing for public users is available. You can share your survey and hosted feature service to everyone and pass along the link to the colleagues you would like to edit. With the link they should be able to take surveys and edit existing records. When the survey is hosted feature service are shared publicly the users will not be prompt for credentials. Please use this link for reference regarding sharing items: Share items—ArcGIS Online Help | Documentation Please use this link for reference regarding getting started with public surveys: https://community.esri.com/groups/survey123/blog/2016/11/10/getting-started-with-public-surveys Please use this link for reference regarding securing data in public surveys: https://community.esri.com/groups/survey123/blog/2020/05/11/securing-data-in-public-surveys-survey123-web-designer If you are using ArcGIS Enterprise there are some additional considerations in terms of networks and firewalls that would need to be considered when discussing editing public data. Thank you, Zach
... View more
07-01-2020
05:10 PM
|
0
|
0
|
1320
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Wednesday | |
| 1 | 06-04-2026 03:20 PM | |
| 1 | 05-22-2026 03:26 PM | |
| 1 | 02-27-2026 02:55 PM | |
| 6 | 12-17-2025 01:51 PM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|