|
POST
|
Hello @CherylWheeler2, On top of what Ruth suggests another workflow would be to use the Search() appearance which we currently have support for in our 3.12 beta builds. The Search() appearance lets your query existing Feature Services to see if there is a spatial overlap. Please check out our Early Adopter Community for more information on using the Search() appearance in your survey. Thank you, Zach
... View more
11-30-2020
06:30 PM
|
0
|
0
|
3693
|
|
POST
|
Hello @ulb, Typically the "Maximum record count" refers to the number of features that can be returned in a single request and is usually used in the context of service performance. I haven't heard it used in a record submission context before. When you say species and variables is that referring to related records (repeats), or choices in a choice list? Unless the survey was quite large with a lot of choices (thousands to hundreds of thousands of choices in the choices sheet) and repeats etc. I wouldn't expect 44 records with repeats to cause the app to crash. Would I be able to obtain a copy of the XLSForm I can test on our end and see if we can reproduce the same behavior? Since the app was deleted all associated files with the app were also deleted so performing root cause analysis would be impossible. The recommended workflow when failures occur is to recover the data from the device prior to troubleshooting that way a backup of the data has been maintained. Thank you, Zach
... View more
11-18-2020
01:39 PM
|
1
|
1
|
2074
|
|
POST
|
Hello @ScottStanton__GISP, I have tested the arcade expression on my end and I was not able to reproduce the same behavior on my IOS 14 device. If you temporarily change the link's text to the Arcade expression in the pop up, in Collector do you see the XY information or is it missing from the pop up in Collector? One option you can try is encoding the XY information, something along the lines of: function MetersToLatLon(x, y) {
// Converts XY point from Spherical Mercator EPSG:3857(Web Mercator Auxiliary Sphere) to lat/lon in WGS84 Datum (EPSG:4326).
// Source: http://www.maptiler.org/google-maps-coordinates-tile-bounds-projection/
var originShift = 2.0 * PI * 6378137.0 / 2.0;
var lon = (x / originShift) * 180.0;
var lat = (y / originShift) * 180.0;
lat = 180.0 / PI * (2.0 * Atan( Exp( lat * PI / 180.0)) - PI / 2.0);
return [lat, lon];
}
function CreateURLSurvey(lat, lon) {
var url = "arcgis-survey123://?itemID=<surveyid>";
url += "&field:name1=" + $feature["name1"] + "&field:name2=" + $feature["name2"];
url += "&field:name_new=" + $feature["name_new"] + "&field:rel_globalID=";
url += $feature["GlobalID"] + "&callback=https://collector.arcgis.app" + "¢er=";
var loc = lat + "," + lon;
Console(url);
return url + UrlEncode(loc);
}
var latlon = MetersToLatLon(Geometry($feature).X, Geometry($feature).Y);
var url = CreateURLSurvey(latlon[0], latlon[1]);
return url; Thank you, Zach
... View more
11-18-2020
01:05 PM
|
0
|
2
|
2026
|
|
POST
|
Hello @AlainMunyaneza1, Can new records be added to the service through a Web Map or Web App in the ArcGIS Enterprise Portal? If new records can not be added to the service through ArcGIS Enterprise Portal Survey123 won't be able to add those records either. If you grab the diagnostic logs, as well as the ArcGIS Server logs are there any additional error messages in the logs? Worst case scenario the data can be recovered from the device and after some modifications should be able to be submitted from a desktop machine. Thank you, Zach
... View more
11-13-2020
04:30 PM
|
0
|
0
|
1783
|
|
POST
|
Hello Marcus Klatt, It looks like the request for Item ID 6e96f6dec.... is not being found. If you copy that Item ID and search for it in your content or if you are not the survey owner search for it in your Organization. Does that Item ID return a Form Item or Hosted Feature Service? Thank you, Zach
... View more
11-10-2020
01:33 PM
|
0
|
2
|
4579
|
|
POST
|
Hello Taylor Schyrbiak, Sweet I am glad that worked out! Unfortunately with the Survey123 Power Automate connector monitoring for updating records is not enabled by default. - Zach
... View more
11-06-2020
03:29 PM
|
0
|
0
|
4317
|
|
POST
|
Hello Ramon de Leon, I had tested using the Survey123 app link and was unable to reproduce the same behavior. For the URL that you are using to link from Collector to Survey123 is if formatted like arcgis-survey123:// or https://survey123.arcgis.app? Please use this link for reference regarding the difference: Integrate with other apps—ArcGIS Survey123 | Documentation If you capture the diagnostic log when the behavior happens and the exact timestamp the form starts loading are there any error messages in the diagnostic logs? Thank you, Zach
... View more
11-06-2020
02:32 PM
|
0
|
2
|
2165
|
|
POST
|
Hello Amber Tobin, Please check out our Early Adopter Community as we just posted some Beta builds that automate CSV updating and introduce a workflow for working with Feature Service data in Survey123 Surveys. I am not sure if you intend on your survey to be taken in the Field App or through the Webform, but if you are planning on using the Survey123 Website you can use the Webform URL Parameters to populate the stand information. Also if you don't want those folks to know what is being passed through the Webform URL Parameters you can also encode the URL parameters. Thank you, Zach
... View more
11-06-2020
01:54 PM
|
3
|
0
|
1838
|
|
POST
|
Hello Taylor Schyrbiak, In the Survey123 website if you navigate to Settings > Webhooks > Edit webhook is "Existing record edited" enabled for Trigger events? Thank you, Zach
... View more
11-06-2020
01:46 PM
|
0
|
2
|
4316
|
|
POST
|
Hello map lover Faris Rassoulli Rizal Wong, This seems to be related to BUG-000126974 which should be resolved when ArcGIS Enterprise 10.9 is released. Please use this GeoNet post for reference: https://community.esri.com/thread/261163-cant-view-signature-in-enterprise-1081 Thank you, Zach
... View more
11-06-2020
01:42 PM
|
0
|
2
|
2658
|
|
POST
|
Hello Tensio TS Admin, One option would be to create the view in the Enterprise Geodatabase and if you only need it for viewing purposes you can publish the view as a Map Service to your ArcGIS Enterprise Organization and use that to query the records. If you were looking to edit the data internally outside of Survey123 you can also republish the same data as a new Feature Service and use that one for internal editing. Since everything would point back to the same Feature Class in the Enterprise Geodatabase all updates will be observed across all services. Thank you, Zach
... View more
11-06-2020
01:33 PM
|
0
|
0
|
1470
|
|
POST
|
Hello Darryl Hilton, I don't see anything wrong with the syntax you provided. Is the Geocode Service shared publicly and not published to a WebGIS Organization you are logged into with Connect? What may be happening is Survey123 could be passing along your log in token to the service and the service may be rejecting it. For example if your locator is on a standalone ArcGIS Server and you are signed in with ArcGIS Online credentials the Geocode Service on the standalone server may be rejecting the ArcGIS Online token. The best way to tell what is going on is to download a program called Fiddler (or any other web debugging proxy), configure it to capture web traffic in your environment, and see what Survey123 is sending to the service and what the service is returning. Please feel free to reach out to Esri Technical Support and they will be able to assist with debugging the web traffic. A potentially easier workflow that configuring Fiddler would be to see what error's are in the Survey123 diagnostic logs as any errors returned by the server should show up in the logs. Thank you, Zach
... View more
11-06-2020
12:54 PM
|
0
|
0
|
1474
|
|
POST
|
Hello Javi Vasquez, If you are using a Hosted Feature Service in ArcGIS Online if you select the Data tab for the service and select Fields then the field you you like to update the domains you should see the existing domains and you can update them from there. With our current beta builds we have done a lot of work around dynamic choice lists and automating the workflow of updating choices (although these workflows will not work with domains). Please check out the documentation and Beta builds on our Early Adaptor Community. If you are using ArcGIS Enterprise depending on what version you are using the workflow may be different. Thank you, Zach
... View more
11-06-2020
08:32 AM
|
2
|
1
|
5553
|
|
POST
|
Hello Corda, One option would be to create a specific survey for editing those related records by creating another survey based on the existing Feature Service. Please use this link for reference regarding the workflow for configuring the related table edit survey: How To: Populate a related table from a Survey123 for ArcGIS feature service for Collector for ArcGIS Although the article has ArcGIS Collector as the intended editing platform you should be able to edit in the ArcGIS Survey123 Website or another Esri editing client you would like. Thank you, Zach
... View more
11-02-2020
08:03 AM
|
0
|
0
|
1141
|
|
POST
|
Hello Garrett Smith, When you select the three dots to the right of your linked tile package there should be a red unlink icon: Thank you, Zach
... View more
11-02-2020
07:31 AM
|
0
|
0
|
2492
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 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 |
Tuesday
|