|
POST
|
Hello @JasmineSarich, This is a BUG in the 3.20 Survey123 release and is logged as BUG-000168654. We have identified the cause and are actively working on a fix. Please also see this Esri Community thread.
... View more
06-28-2024
05:31 PM
|
1
|
0
|
917
|
|
POST
|
Hello @ShelbyZelonisRoberson @najeebhall, For the records that are failing to send, if you open your form underneath the image it may display the name with the file extension of the image. Something like "<image_question_name>_<timestamp>.EXIF". If the image extension is .EXIF this is a known issue with the 3.20 release and is logged as BUG-000168671. This issue should only happen on iOS devices. For the time being to work around the issue in the iOS settings for the camera capture formats change the setting from "High efficiency" to "Most Compatible"
... View more
06-28-2024
11:18 AM
|
1
|
0
|
2283
|
|
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
|
2650
|
|
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
|
3469
|
|
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
|
868
|
|
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
|
1163
|
|
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
|
937
|
|
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
|
1118
|
|
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
|
1151
|
|
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
|
810
|
|
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
|
1851
|
|
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
|
1499
|
|
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
|
794
|
|
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
|
2152
|
|
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
|
5939
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 4 weeks ago | |
| 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
|