|
POST
|
Hi @JessicaGough , Are you experiencing this issue with multiple surveys? Does this happen when you try to republish after making an edit to the repeat section of your survey? Can you try using Survey123 Connect 3.13 and see if you still experience the same issue? Thanks, MJ
... View more
10-14-2021
05:54 AM
|
0
|
4
|
1754
|
|
POST
|
Hi, It seems to be a defect in the current version of ArcGIS Pro that is planned to get fixed in 2.9. In the meantime, you can use 2.7 to append your features while maintaining attachments. Best, MJ
... View more
10-04-2021
06:22 AM
|
2
|
0
|
5852
|
|
POST
|
This functionality is now supported in both Survey123 web designer and Connect. The GeoNet blog linked below outlines the workflow to use "rank" question type to enable users to rank their responses on the form: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-ranking-question-and/ba-p/899124 All the best, MJ
... View more
09-20-2021
01:08 PM
|
0
|
0
|
3627
|
|
POST
|
This functionality is now supported in both Survey123 web designer and Connect. The GeoNet blog linked below outlines the workflow to use "rank" question type to enable users to rank their responses on the form: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-ranking-question-and/ba-p/899124 All the best, MJ
... View more
09-20-2021
01:07 PM
|
0
|
0
|
2111
|
|
BLOG
|
Hi @TexasMike , I know your post here is from about a year ago. But the issue you were experiencing with not being able to access your existing surveys in view mode should be resolved by republishing your survey from a newer version of Survey123 Connect app (version 3.12). Best, MJ
... View more
08-13-2021
11:48 AM
|
0
|
0
|
7029
|
|
POST
|
Hi @RickWeisbond , I know this is an old post but I just wanted to share some alternative workflows to limit batch geocoding. According to the documentation, all default user roles can use geocoding services in AGOL. We can control users' access to geocoding services using custom roles. However, it is not possible to allow a user to use geocoding services but limit batch geocoding. Aside from using custom roles, there are some alternative solutions: 1. Use credit budgeting to limit the credit usage allowed for each user. This limit does not apply to storage, app related credits, and using premium content through a proxy. 2. Add a copy of ArcGIS World Geocoding service to your geocoders under Utility Services in Organization settings where it allows you to disable batch geocoding. The advantage of this workaround is that it would only apply to this geocoder and users can batch geocode using other available geocoders in the org. On the other hand, one downside of it is that it would affect all users in the organization and the ability to batch geocode won't be controlled by user type/role. 3. If you want to give some users or an specific app access to batch geocoding, you can add ArcGIS World Geocoding Service as a secured item in your AGOL account, limit the access to a specific URL or IP that is being used by Emergency Operations Center and give them access through a proxy. Best, MJ
... View more
05-28-2021
05:09 AM
|
1
|
0
|
4499
|
|
BLOG
|
Hi @JessicaJThompson , That's correct! The 10 mb limitation applies to each attachment. For instance, if you have an image question with multiline appearance, you can upload two (or more) images that each has 9 mb size (total of 18 mb). So as long as each individual attachment is smaller than 10 mb, you should not hit this limitation. Best, MJ
... View more
05-27-2021
09:13 AM
|
1
|
0
|
60939
|
|
BLOG
|
Hi @VaLoyBriscoe, Thanks for sharing your findings. Yes, the multiline appearance for image questions was introduced in 3.10 version. I'm glad to hear that you were able to get the issue sorted out. Best, MJ
... View more
05-27-2021
09:10 AM
|
0
|
0
|
60943
|
|
POST
|
Hi @AdamBakiera , In order to make the survey form appear wider in the browser to fit more choices in a row, you can append "width" as a parameter to the und of your web form URL. Default URL: https://survey123.arcgis.com/share/f8e212b3b4162ac09b651c2fb7b4d Edited URL: https://survey123.arcgis.com/share/f8e212b3b4162ac09b651c2fb7b4d?width=800 Best, MJ @TiiuKelviste
... View more
05-06-2021
05:55 AM
|
6
|
5
|
6576
|
|
POST
|
Hi @WhitneyWeber , If your questions are "hidden" on the original survey, the easiest option will be creating a second survey only for editing purposes. However, you can use an alternative workflow to specify which questions should be visible on the form base on the mode (view, edit, new). In order to do this, you need to change your question type from "hidden" to something else (e.g. text, integer, etc.), add a hidden question with a calculation to return the mode pulldata("@property", 'mode'), and use it as the relevant expression to show/hide specific question on the form ${survey_mode}!='edit'. For instance, questions with this relevant expression appear only in "view" and "new" mode: ${survey_mode}!='edit' Similarly, questions with this relevant expression appear only in "new" mode: ${survey_mode}='new' This workflow is explained in more detail by @JamieLambert in the post linked below: https://community.esri.com/t5/arcgis-survey123-questions/editing-from-inbox-can-i-make-some-fields-read-only-once-they-ve/td-p/1045752 Best, MJ
... View more
05-03-2021
08:19 AM
|
1
|
0
|
2065
|
|
POST
|
Hi @Anonymous User, I know this is an old post but in case anyone else is running into this issue, I'm posting this update here: If you have a multiple choice question with Other option where question name and one of the choices share more than 31 characters, question/choice names (field names) will be truncated when trying to create an offline area since the maximum field length is 30 characters in SQLite database, which will create two fields with the same name which causes failure. In order to work around this issue, you can modify the schema in Survey123 website before publishing and rename the fields so that they have different names. Similar issues may happen in other situations with Single Choice Grid questions so checking the attribute fields on the hosted feature layer in AGOL under Data tab will help identifying fields with names longer than 31 characters that may cause this issue. Best, MJ
... View more
04-23-2021
07:39 AM
|
0
|
0
|
2057
|
|
POST
|
Hi @JamesReed2 , I'm not sure if it gets fixed in the coming update of the Field Maps app but in the meantime, you can work around this issue by changing the date format. If you don't mind, can you please share more details about how you originally published your data. We are trying to identify the source of the date fields with this format. Thanks, MJ
... View more
04-16-2021
05:09 AM
|
0
|
0
|
3428
|
|
POST
|
Hi @Anonymous User , Thanks for the update! This is great news! I was able to successfully republish my survey from Connect 3.13 Beta after making a change only to the repeat section (related table)! So it seems like the issue has been resolved in this update! Thanks again! MJ
... View more
04-16-2021
04:58 AM
|
1
|
7
|
3865
|
|
BLOG
|
@VaLoyBriscoe As I can see in your screenshot, all your questions should allow more than 1one photo as they are using "multiline" appearance. However, the constraint for all questions seem to use the number of photos submitted to the first image question ("${photo}"). This shouldn't affect your ability to add more than one image to other questions though. I've tried to replicate your survey on my end and I cannot reproduce the issue you are experiencing. In field app, all my image questions allow adding more than one image. However, in web app, I noticed that the image questions with constraint only accept one image. As you can see in the image below, only "photo3" question that does not have constraint allows multiple images. A defect has been logged against this behavior in web app which is currently under review. Best, MJ
... View more
04-07-2021
09:48 AM
|
2
|
0
|
62822
|
|
BLOG
|
@Mohd_HafizHishammuddin It works in both versions. If you are copying a dashboard in Classic Dashboard, the URL should look like this: https://yourOrg.maps.arcgis.com/apps/opsdashboard/index.html#/new?id=9ef296f66f724c36bcaf01fc69768ecd But if you are creating the new dashboard in Dashboard Beta, you should use # instead of ? in your URL to pass the item id. https://yourOrg.maps.arcgis.com/apps/dashboards/new#id=9ef296f66f724c36bcaf01fc69768ecd Best, MJ
... View more
04-02-2021
08:10 AM
|
3
|
0
|
34390
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-26-2025 12:07 PM | |
| 1 | 05-03-2024 09:47 AM | |
| 1 | 02-17-2022 12:55 PM | |
| 2 | 05-03-2024 09:47 AM | |
| 2 | 06-09-2022 06:34 AM |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|