|
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
|
3718
|
|
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: ZacharySutherby_0-1645036770514.png 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
|
6286
|
|
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
|
2977
|
|
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
|
1075
|
|
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
|
2706
|
|
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
|
784
|
|
POST
|
Hello @ColinCampbell1, The alternative workflow noted in the document would be our suggested workflow.
... View more
02-11-2022
02:51 PM
|
0
|
1
|
1714
|
|
POST
|
Hello @MaryWasson1, I would suggest cascading from your select multiple question to the rank question. I've attached a sample XLSForm that demonstrates the workflow.
... View more
02-11-2022
01:52 PM
|
1
|
1
|
1683
|
|
POST
|
Hello @JedJackson, Unfortunately Survey123 is limited to the supported attachment formats of ArcGIS Online/Enterprise. We would need ArcGIS Online/Enterprise to support .msg as an attachment format before Survey123 can support that file type in the File question. Please feel free to log an idea against the ArcGIS Online ideas page and/or create an Enhancement with Esri Technical Support requesting ArcGIS Online/Enterprise support .msg file types as attachments.
... View more
02-11-2022
01:33 PM
|
0
|
0
|
1882
|
|
POST
|
Hello @Jay_Gregory, Unfortunately search() does not page through the results to a query, we do have an issue in our backlog to support this functionality. Our current recommendations would be to either: - Use the query statement to pre-filter the results if that's possible - Or as you mentioned increase the maxRecordCount for the feature service
... View more
02-11-2022
01:27 PM
|
0
|
0
|
3098
|
|
POST
|
Hello @CBarrett, I don't have an explicit full workflow, but from some quick testing there looks to be a Python module called Pillow that ships with ArcGIS Pro by default and can be used to crop the images. I had tested the copping workflow from this article against the image posted in this Esri Community article and it seemed to work well. The code that I had used was: from PIL import Image img = Image.open(r"C:\temp\signature.jpeg") width, height = img.size area = (0,0, width/2, height/2) img = img.crop(area) img.save(r"C:\temp\cropped_signature.jpeg" The crop area may be different for your specific images. If you download all your attachments you could crop the ones that need to be cropped and then update the attachments in your feature service using the Python API.
... View more
02-09-2022
02:25 PM
|
0
|
0
|
1957
|
|
POST
|
Hello @CBarrett, Attachments are associated with image questions through attachment keywords. ZacharySutherby_0-1644440152711.png The keyword is going to be the name of the image question in your XLSForm. We do have a Python notebook that assists with updating keywords on attachments. Even though the notebook mentions that it's for ArcGIS Enterprise the workflow will also work with ArcGIS Online as well.
... View more
02-09-2022
12:57 PM
|
0
|
2
|
1962
|
|
POST
|
Hello @HeatherBell, Depending on if you want both the project name and id stored in the feature service the workflow can depend. Attached is a modified form that uses the JavaScript workflow, but do please keep in mind the limitations when using JavaScript functions. You could set the label for the choice list to be the project name and set the choice list name as the project ID and when the survey is submitted the project ID would be the value that is stored in the feature service.
... View more
02-04-2022
12:40 PM
|
2
|
2
|
15196
|
|
POST
|
Hello @HeatherBell, Based on the XLSForm passed along it looks like you don't need a custom JavaScript function. I'm not sure how you have the search appearance configured on your end in the XLSForm passed along the choices worksheet was corrupt. Assuming for your projectsinfo choice list you have uniqueID as the name and projectname as the label when a user selects a project the uniqueID will already be stored in the feature service. If you wanted other information like the project description, partner, or status then yes a JavaScript function would be appropriate, but if you just want the uniqueID you would already have it from the select_one question.
... View more
02-03-2022
06:06 PM
|
2
|
0
|
15208
|
|
POST
|
Hello @vijaybadugu, Can you please explain the workflow where you're seeing this issue? I tested on my end with a 10.9.1 IWA ArcGIS Enterprise Portal and I did not see the same behavior. I would also suggest checking to see if there is anything set in the Allow origins section of the Portals Security settings as that may be playing a role: ZacharySutherby_0-1643759746366.png
... View more
02-01-2022
03:56 PM
|
0
|
0
|
3643
|
| 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
|