|
POST
|
Hi. If you add uuid() into the calculation of a question within your repeat, a unique id will be created for every record in your repeat. This value will not change (the calculation will not be triggered) when you reload the data into the survey. IsmaelChivite_0-1630342034610.png You say: but the repeat's UUID change every time the submitted survey is opened in the future. Can you provide steps to reproduce that behavior?
... View more
08-30-2021
09:47 AM
|
0
|
1
|
7355
|
|
POST
|
Hi. The selected() function is your friend here. Check the Common mistakes, errors and other tips section in https://community.esri.com/t5/arcgis-survey123-blog/understanding-multiple-choice-questions-in/ba-p/899006 The expressions you are currently using will only work if the user selects only one choice from the select_multiple question.
... View more
08-26-2021
02:43 PM
|
1
|
3
|
3517
|
|
POST
|
Hi @recolectoruno You have a couple of options here. Custom JavaScript function: Using a custom JS function in a calculation you can pass the point geometry of your Survey123 record into a feature layer and return the intersecting polygon. Then, you can extract from that record attributes that you can use within your form. This is an advanced technique that involves working with JavaScript cod and the ArcGIS REST API. Check the 'Working with web services' section in https://community.esri.com/t5/arcgis-survey123-blog/extending-survey123-smart-forms-with-custom-js/ba-p/898782 for details. Since this technique queries a feature layer using the REST API, it will only work if the user is online (connected). Workflow automation: You can also use Integromat or Microsoft Power Automate to do a similar query once the Survey123 record has been submitted to ArcGIS. You can find info about how to do this with Integromat here: https://community.esri.com/t5/arcgis-quickcapture-blog/data-enrichment-with-arcgis-quickcapture-and/ba-p/892203 This article I reference talks about ArcGIS QuickCapture but the steps are pretty similar with Survey123. If you take this approach, the calculations will happen when the GIS record is sent into ArcGIS. For this reason, it does not matter if the user is online or offline when the data is collected. Python automation: This would be similar to Workflow Automation as described above, except that you would be writing a Python script to do the queries and updates, and then schedule the script to run when you like. Please note that none of the solutions outlined above works with pre-loaded geographic data in the device. They all rely on queries to a feature layer. At this moment in time, it is not technically possible to reference a local shapefile in your device to do this type of queries.
... View more
08-26-2021
02:31 PM
|
0
|
0
|
962
|
|
IDEA
|
HI @NathanJohnson Have you looked at Project User Input Variables? We just added support for up to 3 project user inputs. Will this suffice?
... View more
08-06-2021
02:35 AM
|
0
|
0
|
1934
|
|
IDEA
|
Implemented in version 1.10. August 2021. Thanks for supporting this idea. https://www.esri.com/arcgis-blog/products/quickcapture/field-mobility/whats-new-in-arcgis-quickcapture-august-2021/
... View more
08-06-2021
01:38 AM
|
0
|
0
|
2037
|
|
IDEA
|
Implemented in version 1.10 (August 2021). Thanks a lot for contributing to ArcGIS Ideas. https://www.esri.com/arcgis-blog/products/quickcapture/field-mobility/whats-new-in-arcgis-quickcapture-august-2021/
... View more
08-06-2021
01:32 AM
|
0
|
0
|
6256
|
|
BLOG
|
The August 2021 update to ArcGIS QuickCapture brings great enhancements and new features. In this 1.10 release we added new options to help you collect richer information, without compromising the rapid data capture user experience. About ArcGIS QuickCapture ArcGIS QuickCapture is Esri’s rapid data collection mobile app. Use QuickCapture to give field users the simplest and most effective user experience for documenting field observations. QuickCapture is as simple to use as the camera app in your phone, but much more powerful, allowing you to collect the location of events in the field and automatically enrich your observations with multiple attributes. With a single tap in your phone you will be able to record the what, the where and the when; and share that information with the rest of your organization through ArcGIS. If you are not familiar with the BIG button user experience of QuickCapture, you can give it a try through the various sample configurations we share through this gallery. Photo inspections, quick asset damage reports, bioblitz and much more! You can also create your own projects from scratch as shown in this tutorial What’s new in 2 minutes One observation, multiple photos Until this release, you could only associate a single photo with a field observation. Starting with version 1.10, you can configure your QuickCapture projects so users can associate more than one photo with an observation. For example, if you are documenting a water leak, you can set the exact geographic location of the leak and then associate multiple photos of the event. The mobile app will let you take, review and send multiple photos for a single observation as attachments to ArcGIS. As shown in the screenshot below, in QuickCapture designer you can define the number of photos users can associate with an observation. For example: a minimum of 0 and a maximum of 1: taking a photo is optional a minimum of 1 and a maximum of 1: taking a photo is required a minimum of 1 and a maximum of 5: You must take at least one photo, but optionally could take up to 5 etc Designer_min_max_photos.png Many thanks to all of you who supported this ArcGIS Idea. Multiple project user inputs A project user input is a dialog used to collect information from the user prior to data collection. When new features are collected, project user inputs can automatically populate fields. For example, in a post-storm damage report situation you may want to use a project user input to collect the incident name. After end users type or select the appropriate incident name once, it gets associated features subsequently collected. Project user inputs can be changed any time during data collection, giving extra flexibility to the end user. With this new update, you can configure your QuickCapture apps with up to three project user inputs. In the screenshot below, field users enter the team, district, and cost center prior to data collection. Once this information is entered, the QuickCapture app will automatically add this information to the appropriate features as they are collected. QuickCapture app multiple project user inputs.png For more information on project user inputs and how to configure them, check our documentation or this blog post. Thanks to @PeterVerwey @Amanda_Huber @BethLawson @Marc_Graham for their suggestion to implement multiple project user inputs through ArcGIS Ideas. Other enhancements We also added a handful of minor yet important features: You can now set the minimum horizontal accuracy required for features collected through your QuickCapture project. This project setting is applied to point observations, but also to vertices in lines and polygons. Slovak is now a supported language. A new QuickCapture organizational setting lets you present the oAuth dialog through an external web browser. In this way, you can enable SAML PKI authentication through the QuickCapture app. We added a new Cancel option to button user inputs. It is useful in cases where users tap a button in error. When this button is pressed, the feature collected is automatically deleted. We extended the length of the hint text for button and project user inputs in the mobile app to four lines of text. Fixed various bugs Next steps We plan on releasing one more update before the end of the year to introduce support for location tracking in ArcGIS QuickCapture along with a few other features and enhancements.
... View more
08-06-2021
01:27 AM
|
1
|
0
|
735
|
|
BLOG
|
The next update to ArcGIS QuickCapture is scheduled for release in early August 2021. This article describes its highlights and how you can access the Beta builds to try everything out before the official release. One observation-multiple photos Up until this release, you could only associate a single photo with a field observation. Starting with version 1.10, you can configure your QuickCapture projects so users can associate more than one photo with an observation. For example, if you are documenting a water leak, you can set the exact geographic location of the leak and then associate multiple photos of the event. From QuickCapture designer you will be able to configure your project to define exactly how many photos can users associate with an observation. For example, a minimum of 1 and a maximum of 5, a minimum of 0 and a maximum of 3, etc. IsmaelChivite_0-1627030238160.png Multiple project user inputs Configure your QuickCapture projects so end users can enter more than one project user input. This handy feature allows you to collect richer information without compromising the rapid data collection experience. A project user input is a dialog used to collect certain information from the user. For example, in a search and rescue operation you may want to use a project user input to collect the field user's Team, District and Cost Center. For a pavement condition assessment, the project user input could allow the field worker to indicate the name of the road, or the cost center associated with the task. Data in project user inputs is entered prior to data collection. When new features are collected project user inputs can be used to auto-populate fields. IsmaelChivite_0-1627036528472.png Configurable auto-send policy Administrators of ArcGIS can now configure the default auto-send policy to be used by the ArcGIS QuickCapture mobile app. The auto-send policy determines how often the mobile app should upload data into ArcGIS. The default configuration is every 30 seconds, but you can now choose a more aggressive interval or even turn off auto-send completely. Autosend.gif Once an auto-send interval is set by the ArcGIS Administrator, this setting will apply to all field users from the organization. Accessing Beta builds. Holistic Testing July 27 and 28. You can find the Beta builds of the software in the ArcGIS QuickCapture Early Adopter website. Additionally, we will be hosting two online Holistic Testing Events: July 27 between 9:00AM and noon (Pacific Standard Time). July 28, between 1:00PM an 4:00PM (Australian Eastern Standard Time) Esri and Esri International distributor staff, Esri partners and Esri customers are welcomed to join. Familiarity with ArcGIS QuickCapture is assumed. If you are interested in joining us, simply email [email protected] indicating you want to join our July 27 or 28 event and we will send all the connection info to you.
... View more
07-23-2021
02:59 AM
|
2
|
0
|
973
|
|
POST
|
Hi @ClaireC @AaronNash__GISP and @JulietK Sorry for the belated response. The team is looking at this. We will post a note here as soon as we have something to share. Thanks for sharing the link too!
... View more
07-20-2021
02:34 AM
|
0
|
1
|
5109
|
|
BLOG
|
The Esri UC is a great event to learn about the latest trends in technology, connect with peers and share your work. While there is nothing like attending it live, several recordings are still available from this year’s virtual user conference. Plenary Through two days of plenary presentations Jack Dangermond, Esri staff and special guests shared their powerful stories of how GIS is helping shape our science, policies, and actions. The plenary sessions also present the latest technology and capabilities in ArcGIS that will empower you to take your work to the next level. The plenary sessions are publicly available. Watch the Plenary Sessions here. Survey123 Technical Sessions The Survey123 team delivered five technical sessions highlighting essential, new and upcoming features in the product. Click on the links below to access a summary of the content delivered as well as some relevant resources: Survey123: Introduction and what's new: Video recording Summary Survey123: An introduction to reports Video recording Summary Survey123: Field data collection with smart forms Video recording Summary Survey123: Working with online surveys Video recording Summary Survey123: Advanced smart form design Video recording Summary User presentations It is always inspiring, humbling, and encouraging, to see your work with Survey123. There was no shortage of presentations, highlighting how you use it: for community engagement, asset inspections, emergency response, land delineation, and much more. If you presented a project using Survey123 and you are not the list below, add a comment to this post so we can give you the recognition you deserve. Here is a list of some of the Survey123 user sessions. They are all available until July 31 for all of you who registered for the event. Mapping indigenous people and local communities’ land, by Katie Picket (Cadasta Foundation) IsmaelChivite_0-1626381984409.png Utilizing Survey123 and Dashboards for Environmental and HAZMAT investigations by Jon Durland and Mike Stepowjy (Somerset County, NJ) Deploying Survey123 and Ops Dashboards for COVID-19 and Hurricane Laura Response by Elina Breton and Justin Koppa (US Department of Health and Human Services) Death to PowerPoint, In with Esri! By Jennifer Holland, Julie Vicars, Michelle Schultz (US Army Corps of Engineers) Equitable Distribution of Humanitarian Resources in a Refugee Camp Using ArcGIS by Christa Cook (Global Response Management) Equity-Driven Community Health Improvement: Engagement and New Approaches by Megan McAninch-Jones (Providence St. Joseph Health) Utilizing Esri Field Applications for Salmon and Steelhead Monitoring by Andrew Bartshire (California Sea Grant Extension) Pipe logging made easy. T.D. Baskin and Steven Brown (Iron Horse Midstream) IsmaelChivite_1-1626381984434.jpeg Remote Digital Ethnography using GIS – Mapping Languages - Jamaican Patois by Dr. Derrick Scott and Sean Tucker (Florida International University) Supporting Stormwater with Apps, Maps, and More by Corryn Smith and Edward Schenk (City of Flagstaff) Using ArcGIS to Understand How a Global Pandemic has Impacted Local Real Estate Values by Aaesha Shehhi (Ras Al Khaimah Municipality) Enhancing Mobile Field Collection at Metro St. Louis by Walter Jenkins and Daniel Arias (St Louis Metro Transit) Using Suitability Modeling to Save Access to Rock Climbing Areas by Shannon Tattitch (Interdisciplinary Geospatial Technology Lab) ArcGIS Experience Builder Supports Critical USACE Decisions Through Innovative Solution by Tim Cushman (Ramboll)
... View more
07-15-2021
01:47 PM
|
4
|
0
|
1577
|
|
POST
|
Hi. I would contact Esri Tech Support to understand why your ArcGIS items are missing. I am not sure you can do much from a Survey123 perspective. If the items are not recoverable, then I see no choice but to republish your surveys. For that, from Connect, do a Save as, and publish your copy of the survey. I can only guess that Connect freezes when you try to re-publish to your original layers because they are corrupt.
... View more
07-15-2021
01:44 PM
|
0
|
0
|
1195
|
|
POST
|
Hi. The trick for this is to use the new Map Viewer to create your web map, as opposed to using the Map Viewer Classic. As shown in the screenshot below, with the new Map Viewer you can now configure images in your popup. Popup.gif
... View more
07-15-2021
08:11 AM
|
1
|
6
|
6845
|
|
POST
|
You need to add the query parameter. See https://doc.arcgis.com/en/survey123/desktop/create-surveys/prepareforediting.htm#ESRI_SECTION1_80CFFC9C38654DC293D4F36C5376C62E
... View more
07-08-2021
08:30 AM
|
0
|
1
|
2134
|
|
POST
|
Hi. You need to type compact-n manually. For example: compact-3 will use up to 3 columns (if there is enough space). compact-5 will use five columns, etc.
... View more
07-08-2021
08:28 AM
|
0
|
2
|
3166
|
|
POST
|
@Michael_Lowry I am not quite sure what could be causing this, but I wonder if the feature layer maxRecordCount count could be playing a role. Check this KB article: https://support.esri.com/en/technical-article/000012383 If increasing the maxRecordCount property in your repeat table does not help, a screensharing session may be the best way to diagnose the problem. Feel free to email ([email protected]) so we can arrange a call.
... View more
07-01-2021
10:51 AM
|
2
|
1
|
2393
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-03-2021 09:03 AM | |
| 1 | 04-01-2022 12:48 PM | |
| 1 | 03-22-2022 08:44 AM | |
| 1 | 08-26-2021 02:43 PM | |
| 1 | 10-30-2019 10:15 PM |
| Online Status |
Offline
|
| Date Last Visited |
07-10-2026
08:41 AM
|