|
POST
|
Check the attached XLSForm. It may give you some ideas. IMPORTANT: When authoring your XLSForm, make sure your first geopoint question does not have a bind::esriFieldType value set to null. Otherwise, you will get an error when submitting. This is a known BUG in Survey123 Connect.
... View more
05-31-2023
10:14 AM
|
0
|
0
|
1188
|
|
POST
|
A few things that may help: You can use the concat() function to concatenate multiple strings/numbers together. For example: concat(${textQuestion}, " ", ${calculateQuestion}, " ", ${integerQuestion}) Note question types do not need a value in the name column. Keep the name empty in your note question and you will save a field in the feature layer. If you have published the survey already, the field will remain, but you can delete the field. If you set the value of bind::esriFieldType to null, your question will not have a corresponding field in the feature layer when you publish the survey. Again, if you have published your survey already, it is too late to set this value, but you could remove the field from your layer. The coalesce() function may be useful too. It takes two values and returns the first one that is not empty. coalesce(${question1},${question2}) coalesce(${question1},coalesce($question2},${question3}))
... View more
05-31-2023
08:45 AM
|
1
|
1
|
974
|
|
EVENT
|
Recording for this event now available: https://community.esri.com/t5/arcgis-quickcapture-blog/get-started-with-arcgis-quickcapture-webinar/ba-p/1292687
... View more
05-24-2023
05:13 PM
|
0
|
0
|
1199
|
|
BLOG
|
Did you miss our Get Started Webinar on May 24? No worries! Here is the recording. In this 60-minute webinar we covered the following: Brief intro to the product vision and common use cases Components and licensing Feature highlights Live demo: How to build your first QuickCapture project Configure the look and feel of your project Device variables Attribute collection Custom maps A few other things Live Q&A and resources to learn more Ah! And below you have the slides too!
... View more
05-24-2023
05:01 PM
|
4
|
0
|
1689
|
|
POST
|
Hi. Yes, it is OK to leave it blank. When you do, Survey123 Connect will automatically map the XLSForm question type to the appropriate Esri field type: XLSForm Question Type ArcGIS Field Type text, select_one, select_multiple,calculate, hidden, email, start, end, deviceid, barcode, note. Text integer Integer date, datetime Date decimal Double geopoint, geoshape, geotrace Geometry (point, line, polygon respectively) file, image, audio Attachment Sometimes, you want to set a value in the FieldType XLSForm column. Common cases include: When you want to work with GUID fields When you want the question to have NO corresponding field in the layer: Use null. See details here. When you want to store a calculate or select_one as an integer column When you want your geopoints to store Z values. See details here.
... View more
05-24-2023
04:36 PM
|
0
|
1
|
3913
|
|
BLOG
|
@rsun_TQB Not too much to ask. It is a very reasonable request. I think you could explore different options to do this. Instead of using the HTTP connector, give the ArcGIS connector in Power Automate a go. It includes a lot of handy actions, including get Attachments. I think you could combine your Survey123 and ArcGIS connector for your purpose into a single flow.
... View more
05-19-2023
09:02 AM
|
1
|
0
|
11410
|
|
BLOG
|
@rsun_TQB This will work as long as your survey layer is shared publicly AND queries are allowed. This is a security setting that you may not want to change lightly. If your survey data is sensitive, you should not allow queries by anonymous users. By default, queries are always disabled when you publish a survey, but you can change that in the Collaborate tab by enabling updates.
... View more
05-17-2023
04:52 PM
|
1
|
0
|
11452
|
|
POST
|
Yes. Try something like this: Lat: ${location | getValue:"y"} Lon: ${location | getValue:"x"} Change the name of the location question as appropriate. You can use optional parameters to limit the number of decimals displayed, change the locale, etc. More details in the Geopoints section of this help topic: https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereporttemplates.htm In the Manage Templates dialog, you will find a Quick reference link. It dynamically creates a report syntax hep document specific to your survey. I find that very useful as well.
... View more
05-17-2023
04:26 PM
|
0
|
0
|
664
|
|
POST
|
With some limitations, you can use the ArcGIS Online report service today with your ArcGIS Enterprise data. Limitations: You must configure a web adaptor in your DMZ so the ArcGIS Online report service can securely access your data in ArcGIS Enterprise (Integrated Windows Authentication is not supported). No ArcGIS Online credits will be consumed when you combine ArcGIS Enterprise with the ArcGIS Online Report Service. If this hybrid approach does not work your organization and you want to deploy your Survey123 report service locally within your own infrastructure, please vote up and add your comments to this ArcGIS Idea. Including the Survey123 report service with ArcGIS Enterprise is in our road map, but it will only be available in 2024 at the earliest.
... View more
05-16-2023
02:30 PM
|
6
|
1
|
3019
|
|
IDEA
|
Currently under development. Earliest delivery in 2024.
... View more
05-16-2023
02:23 PM
|
0
|
0
|
2965
|
|
POST
|
Hi @ZenMasterZeke Still in our road map and under development. 2024 delivery at the earliest.
... View more
05-16-2023
02:15 PM
|
5
|
3
|
3025
|
|
POST
|
To disable the 'editing' capability, avoid using the autocomplete appearance from your select_one question. In truth, the choices in the list cannot be edited, however the autocomplete function gives an illusion that you are editing the choice label, when in reality you are simply entering text to filter the options displayed.
... View more
05-16-2023
12:25 PM
|
1
|
1
|
2703
|
|
IDEA
|
05-16-2023
11:07 AM
|
0
|
0
|
1755
|
| 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 |
08-25-2025
09:21 AM
|