|
POST
|
Hello @richardelliott, The way to allow user input to filter a choice list by typing is the autocomplete appearance. Unfortunately the autocomplete appearance is only selected for select_one/select_one_from_file and not select_multiple. Please see this documentation for more information. Another way this could be done would be to have a text question before the select_multiple question where the user can enter text, then use a cascading select using a choice filter expression to filter the choice list based on the user entered text.
... View more
08-02-2022
01:30 PM
|
0
|
0
|
1207
|
|
POST
|
Hello @mapmcburney, Would you be able to provide a screen capture where this error is observed? You can update your Python path in the Survey123 Connect Settings > Tools > ensure the path is set to your ArcGIS Pro Python environment, typically C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3.
... View more
08-02-2022
01:27 PM
|
1
|
1
|
1546
|
|
POST
|
Hello @BrentRogan, There was a significant change in how calculations are managed with the 3.14 Survey123 update. Are you using the latest version of the Survey123 field app 3.15.151? If so do the fields experiencing the issue have relevancy set on them or are in a repeat? If possible would we be able to obtain a copy of an XLSForm experiencing the behavior to reproduce on our end?
... View more
08-01-2022
02:43 PM
|
0
|
2
|
3420
|
|
POST
|
Hello @mrosekulick, The select_multiple samples available in the connect sample demonstrate displaying choices, but including a not() function around the function removes choices from the list. I've attached a sample that demonstrates taking choices out of a select_multiple list.
... View more
08-01-2022
02:17 PM
|
0
|
1
|
4411
|
|
POST
|
Hello @mrosekulick, We have a sample available in Survey123 Connect that demonstrates cascading selects and there are a few samples in there that demonstrate configuring a choice list with select_multiple questions. You can use the selected() function or a regex() expression to do the filtering. Please also check out Ismael's Choice filters Esri Community blog: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-choice-filters/ba-p/894046 The important note from that is "If the expression evaluates to true, then the choice is kept. If the expression evaluates to false, the choice is dropped."
... View more
08-01-2022
11:26 AM
|
0
|
3
|
4434
|
|
POST
|
Hello @KyleHicks, Python would be good for post processing the data it wouldn't be possible to have a Python script run while the user is filling out the form. If you would like real time validation in the form I would suggest using a custom JavaScript function to parse the text. Here are a few resources that can help getting started with counting the number of syllables in text using Javascript: https://stackoverflow.com/questions/5686483/how-to-compute-number-of-syllables-in-a-word-in-javascript https://www.codegrepper.com/code-examples/javascript/javascript+count+syllables
... View more
08-01-2022
10:00 AM
|
0
|
0
|
777
|
|
POST
|
Hello @JonSchull, Survey123 can only submit one geometry/geometry type per layer, since the web designer doesn't support repeats at this time surveys designed in the website can only support 1 geometry. If you want the polygon geometry submitted to the feature service in the address question you will need to select the option "Address text only" for the "Data to submit" section. That way only the address text will be submitted without geometry and the geoshape geometry will be submitted.
... View more
08-01-2022
09:29 AM
|
0
|
0
|
879
|
|
POST
|
Hello @MFFPUSER, Unfortunately we don't have a timeline on the fix at this time. The issue has been logged as BUG-000150073, please feel free to reach out to Esri Technical Support and they will be able to attach you to the defect so you can track progress on the behavior. The workaround we've identified at this time is to select "Paste answers from favorites" a second time and that should populate the relevant questions.
... View more
07-28-2022
09:26 AM
|
0
|
0
|
1714
|
|
POST
|
Hello @Hammers211, You can consolidate the condition into one if() statement, for example if(${Prohibited_List} = "Yes" or ${Drug_Ingredients} = "Yes", 'Fail', 'Pass').
... View more
07-26-2022
02:59 PM
|
1
|
0
|
1086
|
|
POST
|
Hello @PaulPetersen1, The body::esri:visible expression is going the be the only option to conditionally show/hide questions/repeats without nullifying data. If the body::esri:visible expression is false the required validation won't check. You can also set up expressions in the required column to only make the questions required when you want them to be. For example you could make them required only if the survey is in "new" mode and not in edit mode, or only required if a certain question has been answered.
... View more
07-25-2022
02:55 PM
|
0
|
0
|
2017
|
|
POST
|
Hello @PaulPetersen1, A small test on my end isn't able to reproduce the same issue (same XLSForm attached). If possible would you be able to pass along your XLSForm for testing on our end?
... View more
07-25-2022
01:43 PM
|
0
|
1
|
2024
|
|
POST
|
Hello @WPG03WPG03, A JavaScript function wouldn't work as JS functions cannot access local files. One option for an in app solution would be an add-in for the Survey123 field app. Another option would be to post process the data using a Python script after the record has been submitted. If you need the data in the feature service as soon as the record is submitted you could configure a Python script with a webhook, or you can schedule a notebook in ArcGIS Online to run every 15 minutes.
... View more
07-25-2022
12:29 PM
|
1
|
0
|
1069
|
|
POST
|
Hello @GISPro1, You can select "New item" in your content and select "Feature Layer", from there you can select an existing feature layer to pull the schema from. Creating that new feature layer with the same schema as the existing feature layer will allow you to create a survey based on the new feature layer with no data.
... View more
07-25-2022
12:21 PM
|
0
|
0
|
820
|
|
POST
|
Hello @aaaker, Thank you for confirming, based on that it seems your ArcGIS Server is likely behind your organizations firewall and is not accessible over the internet (at least the REST endpoint for the feature service). If you're able to access the survey outside of your works WiFi it seems the ArcGIS Portal is accessible over the internet meaning the survey form item is accessible outside the intranet, but not the feature service that the survey needs to submit to. I would suggest reaching out to your IT or the folks who administer the ArcGIS Enterprise organization to see if the ArcGIS Server can be made accessible over the internet.
... View more
07-22-2022
09:07 AM
|
0
|
0
|
3543
|
|
POST
|
Hello @AshleighReeves, Capturing point, line, or polygon geometry is mutually exclusive in Survey123, but also the ArcGIS ecosystem. It's not possible to set up a feature class or feature service that is able to capture all three geometries. Features in ArcGIS need to be either points, lines, or polygons so Survey123 would need feature services to support the ability to capture different types of geometries which is not possible. What I would suggest is authoring the form in Survey123 Connect and creating a select_one question that asks the user how they would like to capture geometry (point, line, or polygon) then make repeats that are relevant based on the choice selected. You would have a repeat for each geometry type that would then store the geometry in a related layer. If you don't want the geometry stored in a layer you could make geopoint/geotrace/geoshape questions relevant based on the selection with no repeat but set to null for the bind::esri:fieldType and then extract the geometry as an attribute.
... View more
07-22-2022
09:02 AM
|
3
|
0
|
1640
|
| 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
|