|
POST
|
Hello @Agata, It is not possible for form authors to remotely delete surveys from the field app. What can be done to block the survey from being used at all is to un-share the form. If the survey is no longer shared with the user any submission will fail. As for adding a warning message you can add a note to the survey description in Connect and that will display in the Survey123 field app. This assumes the user has the latest version of the form which can be guaranteed by enabling the setting to require update to the latest version of the survey.
... View more
04-11-2023
02:49 PM
|
0
|
1
|
1686
|
|
POST
|
Hello @MichaelaOwens, You can accomplish this using the pulldata("@layer") function, you would need to use some additional request parameters to return the most recent record. You can also narrow down the where clause to narrow down the previous entries and pull the right record.
... View more
04-11-2023
02:33 PM
|
0
|
1
|
1133
|
|
POST
|
Hello @Bartee_Emily__KYTC_, I know you had emailed this in and James had responded, the open/close survey setting is only applicable to the Survey123 web app and does not apply to the Survey123 field app. As an alternative workflow you can update the description for the survey in Connect to note that the form has been deprecated and disable editing on the feature service the survey points to.
... View more
04-10-2023
11:06 AM
|
0
|
2
|
2571
|
|
POST
|
Hello @JenLangevin, You can use the random() function to generate a random number between 0 and 1 then multiply that by 360 to get a random number between 1 and 360. You can also make it a whole number by wrapping it in an int() function. The whole calculation would look like int(random() * 360).
... View more
04-05-2023
12:53 PM
|
1
|
0
|
2306
|
|
POST
|
Hello @ChristopherCounsell, Setting the group appearance to w1:X where X is either 1 or the w value for that groups parent. In this scenario that group will then display like a normal vertical group.
... View more
04-04-2023
03:18 PM
|
1
|
0
|
1243
|
|
POST
|
Hello @LJackson29, Survey123 does not support multipoint geometry at this time. Please feel free to reach out to Esri Technical Support to log an official Enhancement requesting multipoint geometry support in the future.
... View more
04-04-2023
03:04 PM
|
0
|
1
|
1414
|
|
POST
|
Hello @dwold, If you are looking to edit in the Survey123 field app you will need to use the Inbox for that workflow. If you are looking to use the Survey123 web app you can use URL parameters for the web app to edit specific records. In the Survey123 website you also have access over user access to records on the Collaborate tab of the Survey123 website. You also have more fine grain control over what editing is allowed in the feature service settings.
... View more
04-04-2023
12:49 PM
|
1
|
0
|
1527
|
|
POST
|
Hello @BenClark, The geocode appearance can only be applied to text question types and no others. Please see this documentation for more information.
... View more
03-31-2023
03:34 PM
|
0
|
1
|
1348
|
|
POST
|
Hello @Tiff-Maps, Editing survey responses does run the findAddressCandidates request(s) again but it does not charge credits for those requests. We actually have BUG-000143512 logged which may provide a little more information about what's happening when geocoding in Survey123.
... View more
03-31-2023
09:58 AM
|
0
|
1
|
1371
|
|
POST
|
Hello @dwold, Since you are using the web app I would suggest embedding the survey within a web page. This can be done through an ArcGIS Dashboard or Experience Builder application. You can also embed the survey in your own web page and dynamically load the record to edit though some external process in your web page. Ultimately in order to edit a record in the Survey123 web app you will need to provide the GlobalID for the record that you would like to edit otherwise the Survey123 web app doesn't know what record it should be editing. If you already have the data you would like edited in an existing feature service you can point your survey to that feature service and edit records directly from that service.
... View more
03-31-2023
08:48 AM
|
1
|
1
|
1563
|
|
POST
|
Hello @WDivine, Would you be able to provide your XLSForm for testing on our end? A few additional questions are: - Are you using the web app or the field app to collect data? - Are the same inputs giving inconsistent outputs or are different combinations of inputs sometimes correct and sometimes incorrect?
... View more
03-31-2023
08:14 AM
|
0
|
1
|
1560
|
|
POST
|
Hello @FayGlunt, May we ask why the pdf/a output isn't desired? As a workaround you can export the report as a Word document then save the Word document as a PDF without pdf/a compliance.
... View more
03-30-2023
01:09 PM
|
0
|
0
|
1051
|
|
POST
|
Hello @JBeasley, You will need to use the concat() function to merge the strings together as opposed to the plus sign. With the plus sign Survey123 is trying to perform a mathematical addition with the values. The calculation would look like: concat(string(format-date($ShiftStartDate, "%m/%d/%Y")), " ", string(format-date($ShiftStartTime, "%h:%M")))
... View more
03-29-2023
05:38 PM
|
1
|
1
|
2622
|
|
POST
|
Hello @Steven_GIS, This can be done using a pulldata("@layer") calculation. Please check out the Query a Feature Layer sample in Connect, it demonstrates populating a geoshape question based on geometry from a feature service. I've also attached a paired down version of the sample that just shows populating the geoshape question.
... View more
03-29-2023
05:34 PM
|
0
|
0
|
1328
|
|
POST
|
Hello @julian_svcs, Placing ${select_some_options} in the calculation column of the select_from_list question I would expect to work. I've uploaded the XLSForm I used as a sample, is this what you are looking to do?
... View more
03-29-2023
05:21 PM
|
1
|
1
|
4284
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-22-2026 11:53 AM | |
| 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
|