|
POST
|
Hello @ChristopherCounsell, With 3.22 we fixed BUG-000155440, which introduced an unintended side effect where parent layers for view services are always being checked which is incorrect especially when using a submission_url. This has been logged as a few different BUGs with a few different workflows, the defects we have noted are: BUG-000176334 BUG-000176112 BUG-000176015 We have a resolution for this issue in our 3.23 builds of Connect. Would you be able to test your workflow in the beta version of Survey123 Connect 3.23 from EAC, the issue should be resolved in this version.
... View more
06-24-2025
08:57 AM
|
3
|
4
|
1963
|
|
EVENT
|
Click Here to Register Join us on Monday, June 2nd, 2025 from 9am - 11:30am Pacific Time and Tuesday, June 3rd, 2025 from 11am - 1:30pm Australian Eastern Standard Time to get hands on grid layouts and AI features in the ArcGIS Survey123 web designer. We will provide an overview of the new feature accompanied by live demos, then you can test them out! This session will focus solely on grid layouts and AI features in the Survey123 web designer. Your collaboration and feedback is greatly appreciated! Thank you!
... View more
05-20-2025
06:43 PM
|
2
|
0
|
472
|
|
POST
|
Hey @ChrisAuger, It would be best to reach out to Esri Technical Support to assist with troubleshooting. What would help troubleshooting would be a diagnostic log when trying to publish the survey. Additionally if you are using ArcGIS Online or ArcGIS Enterprise, and if you're using ArcGIS Enterprise what version?
... View more
04-23-2025
08:43 PM
|
0
|
0
|
871
|
|
POST
|
Hey @JFiaccoCOL, I'm not quite able to find the combination to reproduce the issue on my end, here is a sample XLSForm that I'm using for testing.
... View more
04-21-2025
01:15 PM
|
0
|
1
|
3525
|
|
POST
|
@JFiaccoCOL, What browser are you using when you see the behavior?
... View more
04-21-2025
10:00 AM
|
0
|
3
|
3530
|
|
POST
|
Hey @JFiaccoCOL, What version of Survey123 Connect are you using? Can you try appending `?version=latest` to the end of your web app URL (ex. https://survey123.arcgis.com/share/<itemID>?version=latest )? If using version=latest resolves the issue you can either change the surveys settings to "Always use the latest version", or upgrade your Connect to the latest 3.22 version and republish.
... View more
04-21-2025
09:47 AM
|
0
|
5
|
3533
|
|
POST
|
Hey @JFiaccoCOL, Try: <p><b>Note: This survey is only intended for those who have received the postcard pictured below.</b></p><br><p>Please read the instructions before filling out the survey.</p><br><p>By EPA regulatory mandate, we need to document the materials of your water service line. If you received the postcard below stating your service line material is unknown, submit the survey below to avoid potholing your yard. <b>You must submit a photo of the first 18" of your service line as it enters the building.</b></p> The web app can be a bit more strict about HTML syntax
... View more
04-18-2025
04:27 PM
|
1
|
7
|
3587
|
|
POST
|
Hello @CarstenAndersson, Can you clone your arcgispro-py3 environment and upgrade your arcgis package to the latest 2.4.1 version. Are you able to successfully publish in 2.4.1?
... View more
04-16-2025
10:30 AM
|
0
|
1
|
1126
|
|
POST
|
Hello @JayHodny, If you are using ArcGIS Enterprise configured with Integrated Windows Authentication you are likely running into BUG-000173543 or a variation of it. If you are using ArcGIS Enterprise, what version of Enterprise are you using?
... View more
02-27-2025
09:26 AM
|
0
|
1
|
1431
|
|
POST
|
Hello @Crinoid, Apologies for the delay in response, also apologies I saw your post and was excited that we had the functionality you are looking for but failed to double check if it was supported in the web app. Unfortunately at this time the mapTools parameter is not supported in the Survey123 web app. With that though as it happens support for the mapTools parameter is planned to be introduced in the web app with our 3.22 release next week. You can test this on your end if you navigate to https://survey123beta.arcgis.com/?portalUrl=https://www.arcgis.com and open your survey in the beta Survey123 web app. It's not recommended to use the survey123beta website for production use but when 3.22 is released if your survey is set to "Always use the latest version" in the surveys settings the feature will be automatically picked up.
... View more
02-18-2025
10:29 AM
|
0
|
1
|
1853
|
|
POST
|
Hello @AGP, Were the surveys created from existing feature services? Would you be able to provide a diagnostic log from the Survey123 field app when the error is reproduced?
... View more
02-07-2025
09:49 AM
|
0
|
1
|
955
|
|
POST
|
Hello @TL2, You would need to use the jr:choice-name function to return the labels for the selected responses and pass that into your JS function. For example, concat(jr:choice-name(selected-at(${select_multiple}, 0), '${select_multiple}'), ',', jr:choice-name(selected-at(${select_multiple}, 1), '${select_multiple}'), ',', jr:choice-name(selected-at(${select_multiple}, 2), '${select_multiple}'), ...)
... View more
02-07-2025
09:43 AM
|
0
|
1
|
1084
|
|
POST
|
Hello @Crinoid, You can use the mapTools parameter in the body::esri:style column of your XLSForm to disable search and mapSwitcher. What you can set is mapTools=zoom,home,locate and this will omit the search box and the ability to switch the basemap and only use the default map you have configured with the question.
... View more
02-07-2025
09:28 AM
|
1
|
4
|
1955
|
|
IDEA
|
Hello @JennaWalz3, Grid layouts were added to the web app with the November 2024 Survey123 release. If you are not seeing them in your survey it may be version locked to an older version of the web app. To test you can us the version=latest URL parameter to review how your survey looks prior to full switching it to use the latest version. To fully switch the survey to use the latest version you can navigate to the Settings for the survey and change the Web app version setting to "Always use the latest version".
... View more
01-07-2025
09:21 AM
|
0
|
0
|
2714
|
|
POST
|
Hello @SusanWS_nysm, To confirm when you reference "group" do you mean a repeat? Those 4 questions are within a repeat and the number of repeats can vary per survey? If that's the case you can create 4 hidden questions outside of the repeat that use the sum() function to calculate the sum for each of the questions within the repeat. So sum(${repeat_question_1}), sum(${repeat_question_2}, etc. then you can those 4 questions together in a separate calculate question just using the plus operator.
... View more
01-02-2025
05:21 PM
|
1
|
0
|
1078
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 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 |
yesterday
|