|
POST
|
Hello @lmelendez_ADMIN @mdibbinsSNO, For the send error on iOS when uploading a photo from the iOS photo gallery we are aware of this issue and is logged as BUG-000168671. We have identified the cause of the issue and are investigating a solution, the workaround is indeed to change the iOS camera settings to "most compatible".
... View more
06-28-2024
09:15 AM
|
3
|
0
|
1454
|
|
POST
|
Hello all, Thank you for reporting this! We are aware of the issue and is logged as BUG-000168654. We are investigating. CC @JamesTedrick @ChrisLeSueur
... View more
06-27-2024
01:16 PM
|
2
|
0
|
2327
|
|
POST
|
Hello @achs, Under the Esri Samples in Survey123 Connect there is a sample called Calculate Location from CSV that demonstrates how you can populate a geopoint question using XY data from a CSV in the Media folder. I've also attached the sample here if that helps. If you are looking to extract geometry from a feature service in your ArcGIS Content you can use pulldata("@layer") to do so. Here's an example calclulation on a geopoint question that pulls the XY data from a point feature service to populate a geopoint question: pulldata("@layer","getValue", "geometry", "https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_Census_Block_Points/FeatureServer/0", concat("COUNTY_FIPS = ", "'", ${location_question}, "'"))
... View more
06-27-2024
12:25 PM
|
0
|
0
|
543
|
|
POST
|
Hello @JChinn, Survey123 would not be able to communicate directly with the SDE table only feature or map services. You would need to publish the table as a referenced feature or map service to your ArcGIS Enterprise organization and use the REST endpoint from that service in your survey. Please ensure that Query is enabled on the service as that's the operation Survey123 uses to obtain the data. The search() appearance would be the way to consume that data as a choice list in Survey123.
... View more
06-27-2024
11:44 AM
|
2
|
0
|
762
|
|
POST
|
Hello @wcozzens, You are correct there is not a way to set the field description in the XLSForm. I've logged this feedback internally as a future enhancement.
... View more
06-21-2024
04:43 PM
|
0
|
0
|
635
|
|
POST
|
Hello @WilliamSteinley, In your XLSForm the name of the Plot Form repeat is `Plot_form` please check your ArcGIS feature service you have set as the submission_url the name of the layer in your ArcGIS feature service will need to match what you have set as the name in your XLSForm. For example, if the name of the layer in your feature service is plot_form what is set in the XLSForm as the name of the repeat will need to be plot_form.
... View more
06-21-2024
04:28 PM
|
0
|
0
|
759
|
|
POST
|
Hello @mdg, In the Survey123 website under the settings for the Electric Service Application Review Form select Webhooks then edit the webhook that is attached to that form. Under Trigger events ensure that "Existing record edited" is enabled.
... View more
06-21-2024
04:20 PM
|
0
|
0
|
762
|
|
POST
|
Hello @noahfpi, `zh-cn` and `zh-hk` are the correct language codes, please see the Supported languages documentation for more information. The message returned is just a warning and comes from the library used to convert the XLSForm.
... View more
06-07-2024
03:34 PM
|
0
|
0
|
506
|
|
POST
|
@DougBrowning This is a strange one we typically see icon issues on Windows but this is new on a mobile OS. What model iPad is it? Is the device deployed through an MDM solution or is it bare bones OEM iPad OS? Would you be able to provide a diagnostic log when navigating the repeat / selecting questions to see if there are any graphics messages in the logs? For "...that loses all its buttons" does the app initially start with the icons then eventually they disappear or are the icons always missing from initial launch?
... View more
05-14-2024
08:07 AM
|
0
|
2
|
1126
|
|
POST
|
Hello @KellyTaylor, The field app is passing the select_multiple values in as an array so the split() method is throwing the error. Try: function sortString(input){ let inputString = input.toString(); let anArray = inputString.split(","); let len = anArray.length; let other = -1; if (inputString.includes('Other')){ other = anArray.indexOf('Other'); delete anArray[other]; anArray = anArray.sort().splice(0,len-1); } else{anArray=anArray.sort();} return anArray.join(','); }
... View more
05-03-2024
04:01 PM
|
2
|
1
|
982
|
|
POST
|
Hello @SteveBrewer, On the settings for the feature service you can set the "What features can editors see" setting to "Editors can't see any features, even those they add".
... View more
05-03-2024
03:39 PM
|
0
|
0
|
508
|
|
POST
|
Hello @dwold, With the search() appearance you don't need the choice_filter column. You'll need the event names as a field in your objectives layer then user the search parameters to filter the choices based on the objective. Your syntax would look something like search('objectives?url=...featureServer/1', 'matches', 'event_name', ${aar_admin_event}) See the search() documentation for more information on the different parameters for the search() appearance.
... View more
05-03-2024
03:31 PM
|
0
|
1
|
1549
|
|
IDEA
|
Hello @TomReyes @Cristian_Galindo @AbraaoAlves @EuSau, The ability to create() and publish() surveys has been added to the 2.3 release of ArcGIS API for Python. These updates should also be available in the ArcGIS Pro 3.3 release planned in the near future as well. We are currently working on notebooks that we'll add to our Survey123 Developer documentation that showcase the functionality as well as an Esri Community Blog on the functionality.
... View more
05-01-2024
12:53 PM
|
0
|
0
|
4147
|
|
POST
|
Hello @emoreno, If your feature service is not hosted it should be coming from an Enterprise Geodatabase within your organization. You can pull the feature class from the Enterprise Geodatabase into Pro and delete the features from the attribute table. Any features added/deleted are immediately reflected in the feature service.
... View more
04-26-2024
04:51 PM
|
1
|
1
|
1247
|
|
POST
|
Hello @KerryKang, In the Collaborate tab of the Survey123 website, for the "What can submitters do?" option is it set to at least "Add and update records (read access enabled)"? By default Survey123 will set "Only add new records" which would mean your public users would be able to submit but not edit.
... View more
04-25-2024
12:42 PM
|
0
|
1
|
754
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | a week ago | |
| 1 | 11-04-2025 02:14 PM | |
| 1 | 10-15-2025 01:53 PM | |
| 1 | 12-15-2023 04:34 PM | |
| 1 | 01-05-2023 11:19 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|