|
POST
|
Hello @DustyJordan, Thank you for passing along the CSV! If you open the CSV in a text editor like Notepad or Notepad++ you can see that there are a number of extra commas (indicating empty columns) in the CSV. I had opened the CSV and deleted empty columns N-X which removed the extra commas from the CSV. When the CSV was updated and the extra commas were removed after republishing the survey it worked as expected. I was also able to reproduce the behavior in Connect 3.12, just to confirm are you using the 3.12 version of Survey123 Connect? Thank you, Zach
... View more
03-23-2021
10:13 AM
|
0
|
1
|
7166
|
|
POST
|
Hello @SPGilbert, If you are seeing the behavior on an Android device we have BUG-000137186 logged for the behavior. Thank you, Zach
... View more
03-17-2021
10:48 AM
|
0
|
0
|
1374
|
|
POST
|
Hello @DougBrowning, Thank you for reporting this! I've gone ahead and logged an issue in our database for the behavior. From my testing the behavior seemed specific to Note question types. If I switched the relevant note question to a calculate question the behavior was no longer reproducible. Another workaround would be to double up on the relevant statement in the calculation. For example if(selected(${s1}, 'yes'), 1,0), this will also prevent the calculation from returning a value. Thank you, Zach
... View more
03-16-2021
04:06 PM
|
1
|
0
|
1294
|
|
POST
|
Hello @DougBrowning, Thank you for reporting this! The issue is specific to using the body::esri:visible column mixed with repeat counts. I've gone ahead and logged an issue in our internal database for this behavior. A couple of workarounds could be: - Move the expression from the body::esri:visible column to the relevant column, or move it to the body::esri:visible column of the repeat instead of the group. - Keep the body::esri:visible expression where it is and change the required statement from "yes" to the same expression as the body::esri:visible expression. Thank you, Zach
... View more
03-16-2021
04:03 PM
|
1
|
0
|
1330
|
|
POST
|
Hello @JamesBailey, To define the number of repeats you would use a repeat count. One thing to note on repeat counts is all repeats defined by the repeat_count value must be navigated through before the survey response is submitted; otherwise, not all repeat records will be submitted. To ensure that all repeats are submitted, consider making questions required in your repeats. I have attached a zip file that contains a sample that uses pulldata to define the repeat count based on the filter status. Thank you, Zach
... View more
03-15-2021
10:01 AM
|
0
|
0
|
1691
|
|
POST
|
Hello @GrantBenn1, Thank you for passing along the XLSForm! I've taken a look at it and on the Choices worksheet column D has a column header of "group" which is a SQLite reserved keyword. Once I changed it to pv_group and updated the choice filter for the DistrictMunicipality, MetroMunicipality, and LocalMunicipality questions the choice filters worked as expected. Thank you, Zach
... View more
03-15-2021
09:43 AM
|
0
|
1
|
2132
|
|
POST
|
Hello @ScottLehto3, Unfortunately at the moment it is not possible to create surveys from existing feature services that are shared to a cross Org group. I have logged an enhancement in our internal database requesting support for this workflow. I would suggest logging an idea in ArcGIS Ideas requesting this support, or logging a case with Esri Technical Support and they will be able to log an official Enhancement to help track progress. Thank you, Zach
... View more
03-12-2021
10:28 AM
|
1
|
1
|
1693
|
|
POST
|
Hello @juan_luisGarcia_González, If you navigate to the item details page of the feature service associated with the survey, go to the Visualization tab, select Configure Pop-up's, then Configure Attributes, do all the fields that you would like displayed have a check box under the Display column? Thank you, Zach
... View more
03-12-2021
10:00 AM
|
0
|
0
|
1224
|
|
POST
|
Hello @JamesBailey, May I ask for more details when you said filter the repeat? Are you looking to filter a selection question within the repeat based on a status? Or are you looking to have different questions display within the repeat based on what the status is? Thank you, Zach
... View more
03-12-2021
09:14 AM
|
0
|
0
|
1708
|
|
POST
|
Hello @Anonymous User, Survey123 uses attachment keywords to associate images to questions when running reports. Since the attachments are being uploaded through ArcGIS Pro the keywords are not being added to the attachment like they are when submitting new records through Survey123. Please use this link for more information on attachment keywords and a workflow for updating them: https://support.esri.com/en/technical-article/000024606 We have been working on a Python script to help automate this process, but is very much still in progress. The script assumes one of two things, either there is only one image question in the survey which the script will ask for the keyword to use, or the images attached to the features have the name <attachmentKeyword>-<upload_timestamp> which is the default image name when a photo is taken or uploaded in the Survey123 Field App. I have uploaded a copy of the script, but would suggest testing with sample data first to confirm it works as you are expecting. Thank you, Zach
... View more
03-12-2021
09:01 AM
|
0
|
0
|
1091
|
|
POST
|
Hello @GrantBenn1, Would I be able to obtain a copy of the XLSForm for testing on my end to take a deeper look into the behavior? Once behavior we have noted with the 3.12 release is if a column header used in a cascading select uses a SQLite reserved keyword the cascading select won't work. Please check your cascading selects in the XLSForm to confirm that none of the column headers use any of the reserved keywords. Thank you, Zach
... View more
03-12-2021
08:41 AM
|
0
|
3
|
2155
|
|
POST
|
Hello @KaitlynAbrahamson, The reason for the issue is because column N in the CSV is missing content. If you move the contents from column O (areaformula) into column N then the CSV should work properly. This is related to the original issue where empty column headers prevent the CSV from being imported into the database. Thank you, Zach
... View more
03-10-2021
11:55 AM
|
0
|
1
|
6701
|
|
POST
|
Hello @Anonymous User, Would I be able to obtain a copy of the script that is running into the issue/ a paired down script that reproduces the issue? We had a BUG BUG-000135295 for this behavior where the Survey123 report API was rejecting the token that the Python API was passing along. This issue was resolved with the 3.12 release that went live a little bit ago. Thank you, Zach
... View more
03-09-2021
04:14 PM
|
0
|
0
|
1876
|
|
POST
|
Hello @MuniSIGGeopraia, Typically the "Survey123 requires a base enterprise deployment" error message means that there isn't a hosting server configured with the ArcGIS Enterprise Portal. Please use this link for reference regarding configuring a hosting server: https://enterprise.arcgis.com/en/portal/latest/administer/windows/configure-hosting-server-for-portal.htm If you need assistance configuring the ArcGIS Enterprise base deployment I would suggest reaching out to Esri Technical Support and an Implementation analyst will be able to assist with the configuration. Thank you, Zach
... View more
03-09-2021
04:04 PM
|
0
|
0
|
1028
|
|
POST
|
Hello @ReneAubut, Typically a "Host not found" error message has to do with the connection between the Field app and the Organization. Is your survey in ArcGIS Online or ArcGIS Enterprise? If the survey is in ArcGIS Enterprise do the field users need to connect to a VPN in order to access the environment? Thank you, Zach
... View more
03-09-2021
03:53 PM
|
0
|
3
|
3270
|
| Title | Kudos | Posted |
|---|---|---|
| 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 | |
| 1 | 12-15-2023 04:34 PM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|