|
POST
|
Hello @RHammers, You can use pulldata("@layer") to query the feature service your survey points to and return the count of the number of records that match the specific event. For example, if someone selects Event C the pulldata("@layer") function would query the data and return the number of records that have the value Event C. You can then configure logic in your survey so that if that number is 25 or more then there's a constraint on the event select_one question preventing the user from submitting. Please see the Request parameters section of the Query a feature layer documentation for more information on how to return the count.
... View more
04-10-2024
03:16 PM
|
1
|
1
|
2438
|
|
POST
|
Hello @GaryBowles1, The quotation marks in your outStatistics string is throwing off the URL string. pulldata("@layer", "getValue", "attributes.field1", "https://gis.srcx.com/server/rest/services/APPS/APPS_RUN_LOG_BINGHAM_MR/FeatureServer?outStatistics=[{"statisticType": "avg","onStatisticField": "field1","outStatisticFieldName": "field1_avg"}]) You'll need to use something like: pulldata("@layer", "getValue", "attributes.field1", 'https://gis.srcx.com/server/rest/services/APPS/APPS_RUN_LOG_BINGHAM_MR/FeatureServer?outStatistics=[{"statisticType": "avg","onStatisticField": "field1","outStatisticFieldName": "field1_avg"}]')
... View more
04-05-2024
04:31 PM
|
0
|
1
|
1001
|
|
POST
|
Hello @NkatekoMARIMA, You will need to append your existing data to your ArcGIS feature service that was created when you published your survey. You can append data directly from the item details page of the feature service, or by using the append geoprocessing tool in ArcGIS Pro.
... View more
04-05-2024
04:22 PM
|
0
|
2
|
3337
|
|
POST
|
Hello @AllisonWebb, The username variable is the only dynamic variable that can be used in an inbox query.
... View more
04-05-2024
04:20 PM
|
0
|
0
|
1555
|
|
POST
|
Hello @HanggarPrasetio1, Survey123 will only return the value from the barcode and won't do any decoding itself. You can use a custom JavaScript function to decode the barcode value and parse it as you need.
... View more
04-04-2024
05:45 PM
|
0
|
0
|
992
|
|
POST
|
Hello @JoshB123, We have an `overlay` parameter but unfortunately only supports geopoints at this time and does not work with geotrace/geoshape. We have an internal issue to support geotrace/geoshape in the future. Please feel free to reach out to Esri Technical Support to log an Enhancement for this feature.
... View more
04-04-2024
05:30 PM
|
2
|
2
|
1749
|
|
POST
|
Hello @JacobPearse, For select_multiple you'll need to use the selected() function to evaluate if a choice was selected. Would you be able to explain what you mean by "various invasive species questions visible" will each invasive species have an associated question? If that's the case, in the relevant column for each invasive species question you'd use selected(${select_multiple_species}, 'birdvetch') for the Birdvetch invasive species question.
... View more
04-04-2024
05:27 PM
|
1
|
2
|
6540
|
|
POST
|
Hello @JamesTurner2, You can use the report_title parameter for the generate_report() method to specify your individual report title(s) and within that string you can include your dynamic values. For example, you can set the report_title to "Report for ${unique_form_id}" and the value for the dollar sign curly bracket reference will be dynamically populated with the value from the record. The key with this is you won't be able to use python's format string capability unless you escape the curly brackets.
... View more
03-28-2024
06:23 PM
|
0
|
0
|
1616
|
|
POST
|
Hello @Vaneiri_Patt, It is technically possible using a mixture of a select_one question and a pulldata("@layer") calculation, but we are currently working on a new question type in the web designer called the geolist question that will do exactly what you're asking. Please keep an eye out on our Early Adopter Community for when the new question type is available in the beta website to test it out.
... View more
03-28-2024
06:19 PM
|
0
|
0
|
1221
|
|
POST
|
Hello @lannguyentl, If you configured your webhook with your feature service it would probably be best to post on the ArcGIS Enterprise questions board too to get their opinions. From the Survey123 webhook perspective (please note feature service and Survey123 webhooks are different) it doesn't matter where your feature service comes from, the main thing that matters is make.com needs to be able to access your ArcGIS Enterprise environment over the internet. If your Enterprise organization is behind your companies firewall and make.com cannot access the environment they won't be able to verify your connection. Please see this Esri Community blog for more information.
... View more
03-28-2024
06:15 PM
|
0
|
1
|
1315
|
|
POST
|
Hello @enlargent, You can use pulldata("@layer") to pull the previous submitted survey and populate the Beginning Reading with the value from the Ending Reading. We have a sample in Survey123 Connect called Query a Feature Layer that will help with understanding the syntax of the pulldata("@layer") function. Please also see our Esri Community blog and documentation for more information.
... View more
03-28-2024
06:09 PM
|
0
|
0
|
923
|
|
POST
|
Hey @abureaux, Thank you for testing! Just to confirm when the behavior is observed and Survey123 isn't reporting a location at the same time is Windows maps reporting a location? Or is it if Survey123 isn't reporting a location Windows maps also doesn't report a location?
... View more
03-20-2024
12:50 PM
|
0
|
1
|
3706
|
|
POST
|
Hello all, We received early clearance from our certification team late Friday evening. At that time the version with the fix applied was pushed to the app stores and is now available. The version with the fix is 3.19.121 and is available on Apple, Google, and Microsoft store.
... View more
03-17-2024
11:29 AM
|
2
|
3
|
9490
|
|
POST
|
Hello @abureaux, If the user downloads a third party app like Windows Maps for example is that app able to access their location?
... View more
03-13-2024
04:15 PM
|
0
|
3
|
3746
|
|
POST
|
Hello @DebDrai, There is likely a resource that is configured with the survey that isn't shared publicly. Things like basemaps configured with the organization or with the survey may not have the appropriate sharing or layers within the basemaps may not be shared appropriately. If the survey itself makes use of any resources like locator services or other feature layers to populate data or choice lists, those would also need to be shared alongside the survey. It would be recommended to reach out to Esri Technical Support for additional assistance, they will be able to assist with capturing the network traffic Survey123 is making to narrow down what resource the survey is using that's causing the log in screen.
... View more
03-13-2024
04:07 PM
|
0
|
1
|
1609
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a month ago | |
| 1 | 02-27-2026 02:55 PM | |
| 6 | 12-17-2025 01:51 PM | |
| 1 | 11-04-2025 02:14 PM | |
| 1 | 10-15-2025 01:53 PM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|