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
Tuesday
|
0
|
1
|
6
|
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
2 weeks ago
|
0
|
1
|
64
|
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
2 weeks ago
|
0
|
1
|
72
|
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
2 weeks ago
|
1
|
4
|
108
|
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
|
108
|
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
|
111
|
POST
|
Hello @PaulCone2, You will need to add the PDX geocode service as an item to your ArcGIS organization. Then you will use the item ID for that item in your org in the bind::esri:parameters. Please see the Create a locator documentation for more information, the Create a locator from a geocode service would be the workflow needed for adding the PDX geocode service to your organization.
... View more
01-02-2025
05:15 PM
|
0
|
0
|
105
|
POST
|
Hello @GD2, You'll need to use the `center` URL parameter to set the geopoint location based on a certain XY coordinate. Please see the Integrate with other apps documentation for more information.
... View more
12-23-2024
03:51 PM
|
0
|
1
|
245
|
POST
|
Hey @DanielLeón81, For the location question the question type will need to be geoshape instead of geopoint. Here's a sample XLSForm that shows it with U.S States as the polygon layer
... View more
12-20-2024
05:01 PM
|
0
|
0
|
190
|
POST
|
Hello @MattLayman,
Apologies for the delay! This is indeed a defect please feel free to reach out to Tech Support to log a BUG. The non-hosted feature service (SDE) is the key aspect. We'll work to get this addressed.
... View more
12-12-2024
03:59 PM
|
0
|
1
|
55
|
POST
|
Hello @MattPG,
There was an ArcGIS Online update that went live last week which made some changes feature services not being able to accept some HTML in submitted data.
The things to check is do you have any HTML that would be submitted with the survey data to the feature service, or do you have any survey data that contains "<" or ">" that would be submitted to the feature service?
... View more
11-22-2024
04:38 PM
|
1
|
2
|
151
|
POST
|
Hello @BenSperry,
You'll need to do some trickery with the `null` bind::esri:fieldType. You can only have 1 geometry question submit data per layer so essentially you'll need to make questions null and then have another that calculates the geometry and is ultimately submitted.
Based on your screen capture it looks like you're mostly there. Try setting Loc1 and Loc2 to null in the bind::esri:fieldType, change Location to a geopoint with a hidden appearance and don't set that field type to null.
If you're interested you should also be able to change the Location calculation to coalesce(${Loc1}, ${Loc2})
... View more
11-22-2024
04:35 PM
|
0
|
1
|
125
|
POST
|
Hello @JorenSansen,
Do you plan on your survey respondents using the Survey123 field app or the Survey123 web app?
If you are planning on using the Survey123 field app surveyors are able to save in progress surveys to the Drafts folder to be reopened at a later time to complete.
If you are planning on using the Survey123 web app you can enable Draft mode in the Survey123 website which will save the user's answers in the web app locally in their browser as they complete the survey.
... View more
11-14-2024
09:46 AM
|
0
|
0
|
144
|
POST
|
Hey @CamKenny2,
Do you happen to know a general timeline when this behavior started, additionally is your data in ArcGIS Online, ArcGIS Enterprise, or an Enterprise Geodatabase? The reason is because ArcGIS Online updated very recently so there may be some impact from that.
Feel free to reach out to Esri Technical Support for help with this workflow but the best way to check what's going on with the layer relationships is to navigate to the Admin REST endpoint for the feature service. This would look something like https://services.arcgis.com/ABC123.../arcgis/rest/admin/services/service_<survey>/FeatureServer.
Viewing the JSON of that page there will be a `relationships` property in the JSON for each layer.
It would be best to verify all expected relationships are present for their respective layer.
If not the feature service definition will need to be updated to add the relationships
... View more
11-13-2024
11:48 AM
|
0
|
1
|
132
|
POST
|
Hello @RayKidd,
Prior to publishing the survey can you enable diagnostic logging then attempt to republish the survey. Please feel free to create a ticket with Esri Technical Support to pass along the diagnostic log.
Like Alex notes the main thing to look for in the diagnostic log is network related messages 4XX or 5XX errors would be most likely the error.
... View more
11-13-2024
11:36 AM
|
0
|
0
|
263
|
Title | Kudos | Posted |
---|---|---|
1 | 2 weeks ago | |
1 | 04-18-2024 01:56 PM | |
1 | 01-02-2025 05:21 PM | |
1 | 11-22-2024 04:38 PM | |
1 | 09-10-2024 12:40 PM |
Online Status |
Offline
|
Date Last Visited |
Tuesday
|