|
POST
|
Hello @APecharich, This is typically due to a font issue where a group policy or IT setting on the machine is preventing Survey123 from using it's own fonts. To confirm if this is a font issue please open Windows Event Viewer and go to ‘Application and Services logs’ > ‘Microsoft’ > ‘Windows’ > ‘Win32k’ > select ‘Operations’. Are there any processes in there that relate to Survey123 Connect or the Field App? The log will say something along the lines of Survey123 attempted to load a font that is restricted by font loading policy. It will look something like this: If that is the error returned please refer to this article that has worked in the past to resolve the issue.
... View more
02-25-2022
02:26 PM
|
0
|
2
|
2282
|
|
POST
|
Hello @dmunro_esriau, This could potentially be a network issue that may be blocking Survey123 from reaching it's online API's or preventing the response from the API to come back to Survey123. Was this working in 3.13 and came up after upgrading to 3.14?
... View more
02-24-2022
05:55 PM
|
0
|
0
|
1576
|
|
POST
|
Hello @Sil_, I am not seeing this behavior on my end to confirm are you using the latest 3.14 version of ArcGIS Survey123 Connect? What step of the publishing process are you seeing Connect get stuck on?
... View more
02-24-2022
05:26 PM
|
0
|
2
|
1839
|
|
POST
|
Hello @DrewskiFog, It's not possible to have Survey123 point directly to a SQL database table, Survey123 requires the use of an ArcGIS feature service. What you can do to consume the data in your SQL database in Survey123 is enable an Enterprise Geodatabase in your SQL database, register that Enterprise Geodatabase with an ArcGIS Enterprise organization and publish the data as a feature service, then point your survey to that feature service. Please see these links for reference: https://pro.arcgis.com/en/pro-app/2.8/tool-reference/data-management/enable-enterprise-geodatabase.htm https://doc.arcgis.com/en/survey123/desktop/create-surveys/survey123withexistingfeatureservices.htm
... View more
02-24-2022
05:18 PM
|
2
|
0
|
5973
|
|
POST
|
Hello @CHedger1227, One option would be to use a custom JavaScript function that queries the feature service based on an item selected from a choice list. Say for example you have a choice list with all the items and a user selects item 1, the JavaScript function would then query the feature service looking up the status of item 1 and return the status. Please see this post for an example on using a custom JavaScript function for querying a feature service: https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-another-survey/m-p/1133680/highlight/true#M39766 Then based on the response you can set some logic in your form it the item is checked out to prevent the form from being submitted.
... View more
02-23-2022
10:45 AM
|
0
|
3
|
2302
|
|
POST
|
Hello @FieldUser1One, One thing may be BUG-000082878, I would suggest reaching out to Esri Technical Support to assist with troubleshooting and understanding the behavior.
... View more
02-23-2022
09:25 AM
|
1
|
0
|
1980
|
|
POST
|
Hello @IanGallo, Survey123 uses 1:M GlobalID to GUID relationships for repeats. Please see these documentation links for more information: https://community.esri.com/t5/arcgis-survey123-blog/working-with-existing-feature-services-in-arcgis/ba-p/894290 https://doc.arcgis.com/en/survey123/desktop/create-surveys/survey123withexistingfeatureservices.htm#ESRI_SECTION1_3F45B13D018D48D3ACBF17A9172A91CB If you are looking to configure the relationship class please see this documentation: https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-relationship-class.htm If you are looking for a workflow for posting data to a related table using Power Automate Esri wouldn't really have specific documentation on that. You would need to send an applyEdits REST call to the feature service using the HTTP module in Power Automate.
... View more
02-23-2022
08:55 AM
|
0
|
0
|
1930
|
|
POST
|
Hello @ChrisRoberts2, Unfortunately BUG-000137679 is what's preventing the form from opening.
... View more
02-17-2022
04:49 PM
|
1
|
1
|
1069
|
|
POST
|
Hello @NirmalOjha1, I would suggest opening a case with Esri Technical Support to further debug this behavior. If you query the feature service from the REST endpoint does the results from the query also show the incorrect formatting?
... View more
02-17-2022
04:33 PM
|
0
|
0
|
1529
|
|
POST
|
Hello @ARyanWADNR, The largest graphics intensive workflow I can think of for Connect is rendering a form that has a lot of choices that aren't using minimal or autocomplete appearance, or if you have a very large number of surveys (with thumbnails) in your My Survey Designs gallery. It would be good to confirm your graphics drivers are up to date. Another thing to check would be if there are any error messages in the Windows Event Viewer logs under Windows Logs > Application.
... View more
02-17-2022
04:26 PM
|
0
|
0
|
3625
|
|
POST
|
Hello @MarcusVDSilva, The first error message is typically returned when there are special characters in the survey. For example in the manhole community sample one of the choice lists has these special characters as the choice labels: These characters will cause the error message and has been logged as BUG-000146678. For the second two errors would I be able to obtain a copy of the XLSForms used to create the surveys for testing on our end?
... View more
02-16-2022
10:42 AM
|
0
|
1
|
6198
|
|
POST
|
Hello @CoreyMosen, We have an internal issue for this behavior that looks to be resolved in our latest 3.14 builds. If you download the latest 3.14 builds from our Early Adopter Community and re-test does the same issue occur? If so are you working on an Android device?
... View more
02-14-2022
01:39 PM
|
0
|
0
|
2887
|
|
POST
|
Hello @LynneWarwick, This could be due to using an older version of a published form. If a form has been republished and that republish required a recreation of the service the survey is pointing to that layer name may have been updated in the changes made to the form. On the My Survey123 page of the Survey123 field app if you swipe down do you see an update icon for the survey your are trying to submit? Alternatively if the form has already been updated was this record created prior to updating the form?
... View more
02-14-2022
01:26 PM
|
0
|
1
|
1040
|
|
POST
|
Hello @XavierRouxRacine1, One of the limitations of using JavaScript functions is the yare not able to access local files. If your publish your CSV as a hosted table in your ArcGIS organization you can query the table in the JS function to return a JSON response, and then work with that JSON response in your JavaScript function.
... View more
02-11-2022
04:44 PM
|
0
|
0
|
2648
|
|
POST
|
Hello @Carlos_MarioGutierrez, In the search() appearance parameters there is a filterColum and filterText parameter that can be used to filter the results. Please see this documentation for more information.
... View more
02-11-2022
04:40 PM
|
0
|
0
|
769
|
| Title | Kudos | Posted |
|---|---|---|
| 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 | |
| 1 | 11-04-2025 02:14 PM |
| Online Status |
Offline
|
| Date Last Visited |
a month ago
|