|
POST
|
Alternatively, you can also use pulldata as shown below. Also attaching an XLSForm to this message.
... View more
08-09-2022
11:00 AM
|
4
|
2
|
6018
|
|
POST
|
Thanks @Davidsalmon for reporting. We are looking at potential solutions to this for our next update as it can lead to data inconsistencies. The fundamental issue here is that we cannot guarantee that the choice label and choice code match once you make an update. For this reason, we may need to disable updates on existing choices once a survey has been published. We will let you add and remove choices, but not to update them (once a survey has been published).
... View more
08-09-2022
10:58 AM
|
0
|
1
|
1813
|
|
POST
|
Hi @DeniseKelsey It is not common, but sometimes people want to specifically instruct Survey123 Connect to create a table rather than a layer. Some context here: https://community.esri.com/t5/arcgis-survey123-questions/publish-as-or-create-survey-from-hosted-table/m-p/1176145#M42860 In short: If you set the esriFieldType value of your geopoint question to null, Connect will create a table.
... View more
07-01-2022
09:52 AM
|
1
|
0
|
1524
|
|
BLOG
|
@Anonymous User Yes, you can set the file name of an image even if you use the multiline appearance. To make sure the file names are unique, use something like format-date(now(), '%y%m%d%h%m%s') at the end of the file name.
... View more
06-29-2022
08:58 AM
|
0
|
0
|
2082
|
|
BLOG
|
Did you miss the What's new in ArcGIS Survey123 (June 2022) Webinar? No problem, in this post you will find the recording, slides and responses to many of the questions asked. Recording Slides Q&A What's new in Survey123 (web surveys and the web designer): We reviewed the major enhancements and new features added to the Survey123 web designer in our last release/s, including: Better map question type: Use your own web maps and locators Define at what map scale users can set the location in the map Decide if the default location of the map should be left empty, or if the location of the user should be used, and when Calculations and hidden questions: Prepopulate questions using data from your form Hide questions to collect data but without showing these questions to respondents Dynamic text: Make your surveys more personal by inserting data from your form into question labels, hints, and the thank you screen Social media cards: Make your survey links look great in social media sites Can we add any layers to the survey map? Yes, as long as you can add these layers to a web map. To configure the survey map all you need to do is to select a web map, so any layer you can add to that web map, will show in your survey. Can I collect the location of the respondent and prevent this location from being altered? Yes. You can do this in a few ways. The simplest approach is to add a map question and make sure you configure it to load the location of the user when the form loads. This option is now available in the Survey123 web designer. To prevent the location from being altered, you can either flag the question as read-only, or simply hide it from the survey. The challenge is that you often will want to collect two locations: the location where the form is completed, and also a separate location such as the location of an issue or observation. In ArcGIS, layers can only have one geometry field, but you can store the X and Y of your second location as separate attributes. To achieve this with the Survey123 web designer, you could do something like this: Add a map question to your form to collect the location of the observation. This is the map question that the respondent will use to set a location. Add a second map question to your form and check the options to hide the question from the survey and also the option to not submit data. Make sure this map question gets the location of the user when the form loads. Add two number questions and use calculations to populate them with the X and Y of the location loaded in the previous question. Hide the questions from the survey. Is the map feature amenable to oceanic space (non-land), for example recording an offshore fishing location? Yes. When working in oceanic space you may want to consider using the Ocean basemap. There are many other ocean-related layers in the ArcGIS Living Atlas of the World that you can use in your surveys. Can I use a calculation to get the closest intersection? Calculations against a map question rely on an ArcGIS locator to perform a reverse geocode. If you want to get the closest intersection, you will need a locator specifically designed to return intersections. Checking the ArcGIS World Geocoding service, the options available are Addresses, Postal Codes, Populated Places, Coordinates and Places of Interest. There is no option to just return the closest intersection, so you will need to create your own locator with ArcGIS Enterprise, and then configure your map question to use it. To create a custom locator, you could start with a layer containing all street intersections in your city. Alternatively, instead of using a locator, you could simply run a query to return the closest point (intersection) to a location. This could be achieved with a custom JS function in your survey, although this cannot be done in the Survey123 web designer. You need Survey123 Connect for that. It is an advanced workflow. If you want to pursue this route, here is a getNearest sample JS function to get you started. Will I consume credits when I calculate an address from a location? No. Reverse geocoding never consumes ArcGIS Online credits. Will I consume credits when I calculate a location from an address? The ArcGIS World Geocoding service consumes credits when you use it to store the location (X,Y coordinates) of a provided address. If you use your own locator, no credits are consumed. How can I configure a rule to only accept locations within a specified polygon? This is not currently possible in the Survey123 web designer. If you want to do this, you will need to use Survey123 Connect for now. Is it possible to publish a survey publicly and keep all the survey data secure? Yes. Follow the instructions in this blog. Will social media cards work with surveys published from Survey123 Connect? Yes. What's new in Survey123 (Field data collection with the mobile app): We looked at three new features in the Survey123 mobile app: Markup tools: Photos are worth 1000 words, but what if you could annotate them to highlight what is really important in them? Well, now you can! Streaming tools: Collect a line or a polygon as you move. Set the file name of photos: Do you want to download Survey123 photos and have meaningful file names? You can now do that in the Survey123 field app. Are the markup tools for photos available out of the box or do they need to be enabled? Survey123 ships with default annotation tools. You can enable them by simply setting the appearance of a image question to annotate. Check this blog for details. If you want to create custom tools review this Esri Community Blog for more information. Do I need Survey123 Connect to enable markup tools? Yes. Can I use the markup tools in the Survey123 web app? No. The markup tools are only available in the mobile and desktop apps. If you feel strongly about the need to support them in the web app, submit an ArcGIS Idea and see if it gets traction! 🙂 How do the streaming tools work while disconnected from the network? Streaming tools work while disconnected if you have previously configured your survey with an offline map. Check out this blog to learn the basics. How accurate are the lines and polygons created with the streaming tools? Multiple factors affect the accuracy of data collected with the streaming tools. When working outside, if your built-in GPS is not good enough, you can improve the accuracy of your GPS by using a high accuracy external GNSS receiver. You will want to use the distanceThreshold parameter to set the density of vertices along your streamed geometry. Obviously, how accurately you move over the feature you are digitizing is also important. When digitizing a polygon, for example, it can be challenging to add a vertex at the corners if the distanceThreshold is large. You can fix this manually adding a vertex with the GPS tool. What happens if a calculated photo file name is not unique? If a file name is not unique, the Survey123 app will automatically set a unique name to the file, ignoring your expression. Is the image file naming only applicable to photos that are taken through the form, or for photos that are inserted from the device library as well? The image file naming works for photos uploaded from the device’s gallery as well. What's new in Survey123 (XLSForm and Connect): Our discussion revolved around three main topics: New user and device variables: Calculate the operating system, device model and other properties of the device used to collect data, as well as the username, full name, email and other information from your respondents Photo file names and streaming tools Is it possible to work offline with an external service? No. It is not possible to access an external service while offline, the recommended workflow to pull external content while offline is to export the content to a CSV file and use a pulldata() function or search() appearance. Does Survey123 crowdsource XLSForm designs from the user community to make these more formal products provided in Survey123 Connect as templates? If you have a survey design that you would like to share with the Esri community through the Survey123 Community gallery, contact us at [email protected] We are working on a streamlined workflow for this and some guidelines, but we will be happy to work with you via email for now. Can I use the new calculation modes in the Survey123 web app? Yes. What's coming next: We also looked at and demonstrated some of the features in the works, including: CAPTCHA and spatial calculations in web designer Support for Laser Tech laser rangefinders in the mobile app pulldata("@layer") Reports in Microsoft Power Automate Can you please provide some more information on spatial calculations, targeted for the September release, and currently supported through custom JS functions? Please see our pulldata(“@layer”) documentation in our Early Adopter Community for more information on getting started with the functionality and how you can test it to provide feedback before it is released. How can I measure the height of an object like a tree, building, antenna etc. using Survey123? Survey123 integrates very well with a laser range finder called Spike by ikeGPS. Using the Spike laser range finder, you can measure things such as distance, height, and area pulling that information back into your survey. Please see this Esri Community post for more information. We are also working with Esri Partner Laser Tech to integrate with their TruPulse laser rangefinders. When will I be able to configure a webhook to generate Reports in Microsoft Power Automate? This is in our road map for 2022. Please stay tuned through this ArcGIS Idea. How can I export my survey data including attachments? We would need ArcGIS Online/ArcGIS Enterprise to provide the ability to export data including attachments in a format outside of File Geodatabase. Currently the best workflow is to use a Python script which utilizes the ArcGIS API for Python to export the survey results and attachments. Please see this documentation link for a notebook that can be used to achieve this. Popular wishes: Implement pulldata("@layer") and make it work offline Allow me to turn layers and off in the map (field and web apps) Survey123 reports in Microsoft Power Automate! Survey123 t-shirts! Other questions: Where do I sign up for the Survey123 newsletter? Here.
... View more
06-28-2022
10:16 PM
|
2
|
7
|
3723
|
|
POST
|
@KaraUtter Since the survey is not public. We cannot diagnose this. I suggest you open an Esri Tech Support incident so an analyst can help debugging the problem. We will be happy to help once we have the details. Thanks!
... View more
06-23-2022
09:17 AM
|
0
|
1
|
3705
|
|
POST
|
XLSForm example attached. Check the Extract Geopoint Values help topic for details
... View more
06-23-2022
09:12 AM
|
0
|
1
|
1545
|
|
POST
|
Hi @KaraUtter Can you share the URL of your survey?
... View more
06-22-2022
08:36 AM
|
0
|
1
|
3716
|
|
IDEA
|
06-21-2022
10:05 PM
|
0
|
0
|
4626
|
|
IDEA
|
Implemented in version 3.15 (June 2022) https://community.esri.com/t5/arcgis-survey123-blog/what-s-new-in-arcgis-survey123-june-2022/ba-p/1184420
... View more
06-21-2022
10:03 PM
|
0
|
0
|
3944
|
|
IDEA
|
Implemented with version 3.15 (June 2022) https://community.esri.com/t5/arcgis-survey123-blog/what-s-new-in-arcgis-survey123-june-2022/ba-p/1184420
... View more
06-21-2022
10:03 PM
|
0
|
0
|
2821
|
|
BLOG
|
A new update to ArcGIS Survey123 is now available. Social media sharing cards, dynamic labels in the web designer, new streaming tools and a resolution to the most kudoed ArcGIS Survey123 Idea are some of the highlights of this update. Read on to learn more about this release, and what is coming next... What's new in ArcGIS Survey123 (June 2022) Beautiful social media sharing cards If you share survey links in social media, this one is important to you. Starting with this update, Survey123 links support the Open Graph protocol. Many social media sites such as Twitter, Facebook or LinkedIn use Open Graph: This standard helps you make more engaging social media cards. How do you take advantage of this? Set a nice survey thumbnail, title and summary. Post your survey link in social media... and a beautiful social media card will be created. Dynamic labels: More personal questionnaires Dynamic labels allow you to insert form data into the label or hint of a question. This is useful to make survey questions more personal, and to remove ambiguity. For example, think of a form where a respondent enters contact information. With dynamic labels, you can insert the name of the person later to make your questions more personal. Its a nice little touch! Insert dynamic labels into question labels, hints and, as we will see soon, the thank you screen! Thanks with style As the author of a survey, you can optionally display a thank you screen immediately after a survey is submitted. This is a great place to acknowledge the respondent for taking time to complete the form, include next actions, or a link to your website. With this update, you can spice up your thank you screens by: Inserting form data into the dialog to make it more personal Adding a link to let respondents open the survey in edit mode Automatically reload the survey after a few seconds Get all the details from the Style a survey help topic. Streaming tools in the Survey123 field app The new streaming tools in the Survey123 field app allow you to collect lines an polygons as you walk or drive. Activate streaming while you walk along a pipe, a creek or a road segment to draw a line. Similarly, you can use streaming to delineate the boundary of a parcel, crop or area of interest. The photos below were taken a few weeks in Malawi. NASA Harvest early warning co-lead, Christina Justice, trained a group of field crews to use a beta version of Survey123 streaming tools. With them, they delineated field boundaries and collected various crop metrics. NASA Harvest early warning co-lead, Christina Justice, leads a joint field data collection campaign with FAO in Malawi. She is using Esri’s Survey123 mobile application to record crop statistics. Survey123 serves as the workhorse for data collected on crop conditions and field boundaries, both critical metrics for agricultural applications. Lessons learned from Christina and other early adopters helped us refine the streaming tools that we are introducing to you today. Big kudos to all Survey123 Early Adopters that help us improve the product with every update! You need Survey123 Connect to enable streaming tools in your survey. They are compatible with the geoshape (polygon) and geotrace (line) question types. While they are disabled by default, you can activate them using the method parameter as show in the screenshot below. The method parameter controls if the tools visibility and behavior. For example, above, the form is configured to show the streaming tools (streaming), along with the screen digitizing tools (vertex). The beep parameter specifies that the device should beep every time a new vertex is collected and the distanceThreshold dictates that two consecutive vertices should never be closer than 1 meter. To learn more, check the Geotrace and geoshape help topic. Use XLSForm to set the file name of photos and signatures This one will be welcomed by the many of you that kudoed the Set Default photo name Survey123 idea submitted by @JamesWilson2. The concept is simple: Use an expression in XLSForm to set the file name of photos and signatures. This feature is particularly important when you want to download your survey data, and have meaningful file names. In the case of signatures, for example, you could use a combination of the first and last names of the person signing to set the file name of the signature image. The screenshot below shows what the XLSForm syntax looks like. Although not strictly needed, a calculate question is used first to put together the desired file name. In this case we concatenate the value of the JobID question with the current date and time. Then the file name value is assigned to the image question using the new fileName parameter in the bind::esri:parameters column. As I said, you do not have to use a separate calculate, you can include the expression directly in the bind::esri:parameters column if you prefer. Additionally, new parameters are available to help you control if end users can see or change the filename manually. To learn more, check the Image file names help topic. This new XLSForm syntax is only supported in the field app. Audio recording enhancements in the Survey123 field app The Survey123 field app now compresses audio files more efficiently. This means you can record audio for a longer period of time and the output files are smaller, without compromising quality. We also added new XLSForm parameters in case you want to control the maximum size of the audio files, the maximum duration of the recording and even the codecs that should be used for audio files. Learn more through this help topic. Fixes and other enhancements Survey123 website and web app BUG-000149167 In the Survey123 web designer, when a space is placed at the end of a choice option of a Single Choice Question and the choice has a rule set as a relevant question, the corresponding relevant questions do not appear when the choice (with the space) is selected. BUG-000147585 Failed to publish a survey created from the ArcGIS Survey123 website using Survey Template to Portal for ArcGIS. ENH-000143362 The export tab of the survey123.arcgis.com website should have an appropriate logic to prevent attempting to export data that comes directly from ArcGIS Server ENH-000138391 Include the survey thumbnail, name, and summary when sharing the survey123 link on the social media platform DE-000005462 BUG-000138754 Unable to open hyperlinks set in a file type question of a Survey123 Connect survey form in Survey123 Web App BUG-000145369 ArcGIS Survey123 dynamic queries are not stored in a web browser when the query value is set outside of a repeat. BUG-000141616 When editing an individual response in the ArcGIS Survey123 web app using URL parameters, the PDF files uploaded in a file type question cannot be opened Survey123 Connect DE-000004309 ENH-000125836 User requests that a location streaming feature be added to the field app. ENH-000119299 Provide a functionality to automatically assign a name of collected photo based on an answer of a question or through calculations. BUG-000126488 When submitting surveys with renamed attachments and the image question(s) defaulted to the .sde naming convention in the XLSForm, the error message, "Error performing upload operation, File size or type not supported for this service." BUG-000143368 The field app crashes when attempting to open a survey with images with a total size of more than 30 MB in the Media folder referenced in the media::image column. What's coming next The Survey123 Early Adopter Community has all the details about upcoming beta features you can test today. Here are, in a nutshell, some of the things in the works: CAPTCHA for web surveys: Originally planned for release in July 2022, we will likely postpone general availability until September, but you can start testing this today. Spatial calculations: Currently supported through custom JS functions, we are going to make spatial calculations available through plain XLSForm and even in the Survey123 web designer. Also available for testing now. Targeting the September update! Indoors support: Indoors support means that with the Survey123 mobile app you will be able to get accurate locations from an IPS (Indoors Positioning System), but it also means support for floor-aware maps, which you will be able to use from the field and web apps. Beta builds planned to be available shortly after the Esri UC. Location sharing: Currently supported in the QuickCapture and Field Maps mobile apps, location sharing is also coming into Survey123! Late 2022 or early 2023. Smart camera features for the field and web apps: We will show more at the Esri UC... Stay tuned.
... View more
06-21-2022
09:54 PM
|
7
|
5
|
4918
|
|
POST
|
@ColinCampbell1 @NBC Issue fixed. There was indeed a problem on our servers. Sorry it took so long to get to the bottom of this!
... View more
06-21-2022
09:51 PM
|
0
|
5
|
5904
|
|
POST
|
@KaraUtter This issue should now be resolved. Thanks again for pointing this out!
... View more
06-21-2022
09:50 PM
|
0
|
1
|
3728
|
| 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 |
2 weeks ago
|