|
POST
|
Hello @MihaRobar, At this time smart assistants in Survey123 do not support OCR text extraction. We have an issue in our backlog to support this in the future.
... View more
12-15-2023
04:40 PM
|
1
|
0
|
781
|
|
POST
|
Hello @abureaux, This is a known issue at this time and is logged as INC-000472. Please feel free to reach out to Esri Technical Support to be attached to the incident in order to track progress. We are actively investigating the issue but do not have an estimated timeline at this time.
... View more
12-15-2023
04:37 PM
|
1
|
0
|
785
|
|
POST
|
Hello @TaylorGroves, Unfortunately pulldata("@layer") is an online only function at this time and does not work offline. We have an internal issue to support this in the future, but is in our backlog.
... View more
12-15-2023
04:34 PM
|
1
|
0
|
3575
|
|
POST
|
Hello @abureaux, This occasionally happens if you have Survey123 Connect and the Survey123 field app open at the same time on the same machine and is more likely to happen if you have the Database tools Beta setting enabled. Essentially Survey123 Connect has a database lock on the SQLite file that the field app uses to store it's data (located in C:\Users\<username>\ArcGIS\My Surveys\Databases). This is why restarting the machine works is the lock on the database is removed on reboot and assuming you open the Survey123 field app prior to Connect when testing again it works.
... View more
12-15-2023
04:29 PM
|
1
|
1
|
938
|
|
POST
|
Hello @YukoYokozawa, After uninstalling Survey123 navigate to C:\Users\<username>\ArcGIS\AppStudio\Settings and delete all the JSON files in that folder. This will remove all portal connections for both the Survey123 field app and Survey123 connect. Then reinstall Survey123 to see if the issue persists. This may happen if the type of authentication changed on the ArcGIS Enterprise organization. For example, if the previous authentication type was IWA and is now using built in ArcGIS Enterprise log ins.
... View more
12-15-2023
04:17 PM
|
0
|
0
|
4523
|
|
IDEA
|
Hello @Cristian_Galindo @AbraaoAlves @EuSau, Thank you for your interest in automating publishing Survey123 surveys! We are excited to note that the ability to publish surveys using the ArcGIS API for Python is ready to test in a Beta state! Please check out our Early Adopter Community documentation to get started configuring your environment to test. We are planning on holding a live beta testing event mid January focused on creating and publishing surveys through Python. I'll add another comment when the registration is ready. Please feel free to log feedback in our EAC feedback forum we would greatly appreciate it! Please note that the methods are in Beta availability so please only run on test surveys and avoid using production surveys. Thank you, Zach
... View more
12-15-2023
12:24 PM
|
0
|
0
|
7102
|
|
POST
|
Hello @PaulTHEDUDELang, To resolve the issue: - Set the default value for the status question to lowercase open to match the name of the choice in the choice list. This will fix the issue for new survey records submitted. - To fix the issue for existing records you will need to field calculate the status field. My suggestion would be to use Arcade, the following expression should do the trick: if ($feature["status"] == "Open"){ return "open"; } else { return $feature["status"]; }
... View more
12-12-2023
09:06 AM
|
0
|
0
|
354
|
|
POST
|
Hello @PaulTHEDUDELang, With version 3.19 of Survey123 which was released on November 14th we updated the Survey123 website to use the 4.X ArcGIS API for JavaScript (the same as Map Viewer). This update to the 4.X JS API is what caused the change in behavior. The same behavior will be observed if you open the attribute table for the feature service in Map Viewer:
... View more
12-11-2023
01:49 PM
|
0
|
0
|
2785
|
|
POST
|
Hello @PaulTHEDUDELang, Default values for select_one questions need to use the name of the choice and not the label: The standard behavior of Survey123 is to set choices configured in a select_one choice list as coded value domains when the feature service is created. This is unless the Create coded value domains from choices publish option was disabled on initial publish, the feature service is going to have a coded value domain list configured with the field that use the name of your choice as the Code (stored value) and the label of the choice as the Label (displayed value). When Open is set as the default value since this doesn't match any of the choice names in your choice list Survey123 is going to send the string "Open" to the feature service. Since the string "Open" does not match any of the Codes in the domain it will be stored as the string "Open". This is why you see two Opens in the screen capture you originally provided: One Open is the string being sent by Survey123, and the other Open is the domain label which are two different things. This difference is the reason you cannot change the value in the table.
... View more
12-11-2023
01:38 PM
|
0
|
0
|
2794
|
|
POST
|
Hello @PaulTHEDUDELang, The issue is Open set in the default column and open set as the choice name are not the same. So essentially forms submitted with Open as the default are not using the open from your choice list and therefore not using the value in the domain. So your data table has the domain open (code) / Open (label) mixed with strings that are set to Open. The string Open is not connected to the domain open.
... View more
12-08-2023
09:06 AM
|
0
|
1
|
2831
|
|
POST
|
Hello @PaulTHEDUDELang, Do you have a default value set for the Status question in your XLSForm, and if so does that default value exactly match the name of the corresponding choice in the choice list?
... View more
12-07-2023
05:38 PM
|
0
|
0
|
2850
|
|
POST
|
Hello @VickiG, Usually issues with exporting data is on the feature service end, the Survey123 website uses the same export operation as exporting from the Item Details page of the feature service. If you do see the behavior again in the future it's good to double check exporting from the Item Details page and assuming the same behavior is observed, contacting Esri Technical Support.
... View more
12-07-2023
05:35 PM
|
0
|
0
|
1339
|
|
POST
|
Hello @KeithSalmon, With Survey123 version 3.19 the ability to set rules on all question types has been implemented which changed the location where you configure the rules on the question. Setting rules is now in the questions settings Please see this documentation for more information.
... View more
12-05-2023
12:01 PM
|
2
|
0
|
1556
|
|
POST
|
Hello @abureaux, Using 3.19.114 on iOS 17.1.1 I'm seeing the SwiftKey keyboard working in the app. The only place I see it not work is when authenticating with my ArcGIS organization. Is that what you are seeing as well?
... View more
11-17-2023
03:34 PM
|
0
|
0
|
1479
|
|
POST
|
Hello @RichardPasquale, The style nor target attributes are supported for the <a> html tag. The error message is indicating the html attribute used is not supported.
... View more
11-14-2023
01:23 PM
|
0
|
0
|
3857
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 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 |
a week ago
|