|
POST
|
Hello Wing Cheung, When you are referencing in the map when you say "only show the submission in the map for a specified period of time", are you talking about a Web Map in ArcGIS Online/Enterprise or are you referring to the map on the Data tab of the ArcGIS Survey123 Website? If you are referencing a Web Map in ArcGIS Online/Enterprise, by default Survey123 surveys should have editor tracking automatically enabled so you can apply a filter on the data to only show records after a certain submission date for example. If you are referencing the map on the Data tab of the ArcGIS Survey123 Website on the top left you can filter by submission date or another attribute in the survey. Thank you, Zach
... View more
10-23-2020
01:17 PM
|
0
|
3
|
2894
|
|
POST
|
Hello Dan Bihari, Is the second repeat or the HORIZON_REPEAT nested within a repeat that LOWER_MAX is contained in? Additionally is there a repeat count set for either the outer or nested repeat? If so we have a few issues with calculations in nested repeats. If possible would I be able to obtain a copy of your XLSForm for testing on our end to confirm if this is the same behavior as our issue? Thank you, Zach
... View more
10-21-2020
07:00 PM
|
0
|
4
|
3142
|
|
POST
|
Hello Michael Filewood, If you need the survey across multiple organizations there is a clone_items function in the ArcGIS API for Python that can be used to clone survey's and associated content between ArcGIS Online or ArcGIS Enterprise Organizations. Please refer to this comment regarding a few sample scripts created that perform this workflow. We are working on further test the script and implement additional functionality in the script to accommodate more workflows with the goal of writing a blog post that showcases the script and workflow. If you need the survey to stay within the same ArcGIS Online or ArcGIS Enterprise Organization you can save the survey as a new survey. Thank you, Zach
... View more
10-20-2020
04:23 PM
|
0
|
0
|
5617
|
|
POST
|
Hello Jamie Leitch, If the ArcGIS Server is publicly available you can store credentials for the service that way the Portal credentials would suffice for the proxy item. If the ArcGIS Server is not publicly available I would suggest posting on the ArcGIS Collector GeoNet page or creating a case with Esri Technical Support as they will be able to dig deeper into all possible options. Thank you, Zach CC Colin Lawrence
... View more
10-19-2020
02:38 PM
|
0
|
0
|
2097
|
|
POST
|
This issue was determined to be “BUG-000126974: Photo attachments are missing for public surveys in ArcGIS Enterprise when the survey is submitted by an anonymous user and the submitter has the ‘Only add new records’ permission.” The issue is marked to be resolved in ArcGIS Enterprise 10.9.
... View more
10-19-2020
02:28 PM
|
0
|
3
|
4007
|
|
POST
|
Hello GSTC Research, We have defect BUG-000134638 logged for this behavior. We have seen this behavior as a result of a release that went live later last week. I would suggest logging a case with Esri Technical Support and they will be able to attach you to the defect so you can be notified as it progresses through it's lifecycle. Thank you, Zach
... View more
10-19-2020
11:20 AM
|
0
|
0
|
1249
|
|
POST
|
Hello Christine Seidel, You should be able to use the append tool in ArcGIS Online to append the existing data to you service. Please use the link below for reference regarding the workflow. Please note although the article does not mention it I believe sync will need to be disabled on the Hosted Feature Service. How To: Append data to a Survey123 for ArcGIS survey from an existing survey with related tables We also have a YouTube video walking through the workflow in ArcGIS Pro. Please use this link for reference: https://www.youtube.com/watch?v=S5V6MIrAKCk&t=1s I would suggest creating a copy of the survey you plan on appending the data to and see what method you prefer prior to going through the workflow with your production data. Thank you, Zach
... View more
10-15-2020
04:50 PM
|
0
|
0
|
985
|
|
POST
|
Hello Skyler Dewey, You should be able to pass a date into a date field using the Web form URL parameters. The syntax would look something like: https://survey123.arcgis.com/share/<Form item ID>?field:_date=10/14/2020 Or if the question is a date/time question it would look like: https://survey123.arcgis.com/share/<Form Item ID>?field:datetime=10/14/2020%2012:23 This would return October 14th, 2020 12:23 PM. Thank you, Zach
... View more
10-15-2020
04:39 PM
|
0
|
2
|
2361
|
|
POST
|
Hello Scott Costello, There is not a parameter to specify a default basemap using the URL parameters. Please use this link for reference regarding the Parameters for for web app. Alternatively what you can do is specify the default basemap or web map ID you would like to use in the body::esri:style column of the XLSForm. Thank you, Zach
... View more
10-14-2020
05:47 PM
|
1
|
1
|
1319
|
|
POST
|
Hello Cédric Villeneuve, Any additional layers and tables in the service will have higher layer indexes but that specific RN_rapport layer should always have an index of 0. I could see the index changing if the service was overwritten so if there were other layers in the service and the service was overwritten with layers flipped the index would also flip. For example if the service was originally published as: Layer A (0) Layer B (1) Layer C (2) Then the layers were reordered in ArcGIS Desktop and the service was overwritten it could then show as: Layer B (0) Layer A (1) Layer C (2) Where Layer A used to be index 0 but is now index 1 after the change. The index positions should not change though, the first layer should have an index of 0. Thank you, Zach
... View more
10-14-2020
03:19 PM
|
2
|
1
|
3190
|
|
POST
|
Hello Cédric Villeneuve, The (0) on the REST endpoint comes from the layers index. The index comes from the position of the layer in the maps table of contents. Please use this link for reference: Using the Services Directory—ArcGIS REST API | ArcGIS for Developers All geometry layers should be the lowest indexes and then any related tables will be indexed after the geometry layers. Thank you, Zach
... View more
10-13-2020
07:45 PM
|
1
|
3
|
3190
|
|
POST
|
Hello Jason Jordan, Thank you for reporting this behavior! We have seen a couple other similar reports and are trying to narrow down some steps to reproduce the behavior. To confirm for the records that are completely blank is the only information associated with those records the submission date and time? Thank you, Zach
... View more
10-12-2020
10:49 AM
|
0
|
1
|
959
|
|
POST
|
Hello Shelby Roberson, Thank you for confirming that information! Yeah, let's connect over email and see if we can schedule a time for a call to take a look into the behavior. Please feel free to email me at ZSutherby@esri.com and I will be happy to schedule a time that works best. That is strange that Pro let's you upload an attachment with no error I will test again on my end and see if I still see that same behavior in Pro. Thank you, Zach
... View more
10-12-2020
10:35 AM
|
0
|
1
|
4007
|
|
POST
|
Hello Adrian Doss, Like you had mentioned James has a script that will perform the workflow of syncing Hosted Feature Services to an Enterprise Geodatabase. That script is a little older and uses the Python 2 libraries. We are in the process of updating the script to use the ArcGIS API for Python and Python 3 libraries, but the script is still early in it's life. I have attached a zip file that contains the updated python API/python 3 script here. The workflow of the script is: - Connects to your ArcGIS Online or Enterprise organization - Grabs the Hosted Feature Layer based on the REST endpoint. - Verifies if Sync is enabled on the service and if not temporarily enables it. (Sync will then be disabled later on in the script if it was disabled before running the script) - Creates and downloads a File Geodatabase replica from the service. - The script then looks at the content of the File Geodatabase and checks to see if a Feature Class in the Enterprise Geodatabase exists. - If it does not the script will then copy over all layers, tables, and attachments to the Enterprise Geodatabase, creates an index on the GlobalID field, and adds a field for the last time the script was run. - If the data does exist in the Enterprise Geodatabase then the script will join the Enterprise Geodatabase Feature class to the File Geodatabase Feature Class to determine what records are new and don't exist in the Enterprise Geodatabase. - Those records that already exist will be removed from the File Geodatabase only leaving the new records that haven't been added just yet. - The script then copies over the filtered File Geodatabase Feature Class to the Enterprise Geodatabase as a temporary Feature Class and appends the new records in the Feature Classes and Tables to their respective counterparts. - Finally the script deletes the temporary Feature Class that was copied over and recalculates the field containing the last time the script was run. A few things we are looking to fix in the script is automating the process of grabbing the Feature Service layer indices instead of manually adding them to a variable. As well as deleting the temporary File Geodatabase that is downloaded from ArcGIS Online/Enterprise. The script has been tested with a handful of Feature Services, but definitely has not been tested with all scenarios. I would suggest creating a copy of your survey and testing on the copy prior to running the script on the production data. Please feel free to reach out with any issues or errors encountered any feedback is greatly appreciated! Thank you, Zach
... View more
10-09-2020
04:16 PM
|
3
|
1
|
5877
|
|
POST
|
Hello Shelby Roberson, This is a very strange issue. I had tested on my end with an internal 10.8.1 ArcGIS Enterprise environment and the attachments had come through on my test service so I would expect with a 10.8.1 ArcGIS Enterprise environment you should see the same thing. I apologize but I had submitted a couple of Esri Test points to capture the web traffic and see if there were any error messages when uploading. There was not both the upload request (to upload the attachment) and apply edits request sent and succeeded as expected: Upload: Apply edits: Both of these requests and responses look the same as my test survey that is working. I was then thinking that maybe something with the firewall or security on the machine was causing the issue but I don't see anything in the requests that would point to that (Not completely ruled out though) One weird thing I see when I pull the Hosted Feature Service into ArcGIS Pro and try to add an attachment to one of my sample Esri points, ArcGIS Pro throws an "Edit operation failed" error message: Although again in the web traffic there are no error message that would indicate why the edit operation failed. It just indicates nothing was uploaded. To confirm if you pull the Hosted Feature Service into ArcGIS Pro or ArcMap do you see the same error message when trying to add an attachment? I would suggest setting the ArcGIS Server logs to debug and try submitting a record again and see if there are any error messages in the ArcGIS Server logs. A few questions I have are: - It looks like the survey was created in the ArcGIS Survey123 Web Designer but in looking at the item details page for the root hosted feature service I only see a stakeholder view, not a field worker view. Was the Field Worker view deleted? - Is this the only hosted feature service in your ArcGIS Enterprise Organization where this behavior is observed? - If you publish another test survey with an image question is the same behavior observed? - I don't think this is the case because I would expect to see an error message in the web traffic but does IT have a file size restriction or data restriction in the environment? What is really strange is ArcGIS Pro (at least for me) is throwing an error message, but ArcGIS Survey123 is not. Thank you, Zach
... View more
10-09-2020
03:59 PM
|
0
|
3
|
4007
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-22-2026 03:26 PM | |
| 1 | 02-27-2026 02:55 PM | |
| 6 | 12-17-2025 01:51 PM | |
| 1 | 11-04-2025 02:14 PM | |
| 1 | 10-15-2025 01:53 PM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|