|
POST
|
Hello @CBarrett, This issue was resolved with our 3.13 October update. Just to confirm when your colleague is reinstalling Survey123 are they installing from the devices respective app store or a side loaded copy of the app? If they try uninstalling the app, rebooting the device, and reinstalling from the respective app store is the same behavior observed? What specific device is this behavior observed with?
... View more
01-06-2022
08:53 AM
|
0
|
1
|
1147
|
|
POST
|
Hello @elpinguino, One option would be to create a hosted feature layer view on the data as you can control what fields and data is shown in the view. From there you can export the view as a CSV or XLSX file only including the fields/data you've specified.
... View more
01-06-2022
08:49 AM
|
2
|
1
|
2027
|
|
POST
|
Hello @mroberts_troy, Thank you for passing along the sample XLSForm and CSV! I've tested on my end with Connect 3.13.251 and I am seeing the pulldata() function bring in the correct information: ZacharySutherby_0-1641487091044.png Just to confirm are you using the same version of Survey123 Connect? You can find the version by selecting the little hamburger on the top right (or your profile icon if you're signed in), and the version will be on the bottom right of the pane that pops up. If you are using the latest version of Connect back in that menu that popped up when you selected the hamburger if you select Settings > click and hold on the title "Survey123 Connect Settings", this will pop up a Beta tab. In the Beta tab there is a toggle for "Itemset tools" if you enable that back in your survey along the bottom ribbon you will see an Itemsets button. Selecting that Itemsets button, on the bottom right you should see Tables/Views, in that box do you see the name of your CSV (rolespulldata) and if so do you see the CSV data in that table?
... View more
01-06-2022
08:42 AM
|
0
|
0
|
1700
|
|
POST
|
Hello @JakeMatthys, The way webhooks run in ArcGIS Survey123 is after Survey123 sends the applyEdits request to the feature service it then sends a request to the webhooks payload URL. This request to the webhook payload URL would be independent from your ArcGIS Enterprise organization and wouldn't show up in any ArcGIS Enterprise logging. Depending on who your webhook provider is I would suggest checking out the logs for the webhook and see if either you are not seeing any run history for those specific records, or if there was an error in webhook execution. Both Integromat and Power Automate have run history logging and would be a good place to start. If there are no run history for those specific records that could potentially indicate that Survey123 failed to send a request to the payload URL and would require more troubleshooting. If that seems to be the case I would suggest reaching out to Esri Technical Support and they will be able to assist with troubleshooting. It would be good to know: - If there is a pattern in the records that seem to not trigger the request? - Is it the same user sending the records? - Is it around the same time? - Is there some consistency between the data in the records? - Is it specific to a certain device? - Are the records being submitted in remote areas with limited cell service? - If your ArcGIS Enterprise environment is behind a firewall are your field users using a VPN to connect? - If so the request to the webhook should be made through the VPN, is it possible to obtain the web traffic from the VPN?
... View more
01-04-2022
03:37 PM
|
1
|
1
|
2490
|
|
POST
|
Hello @vijaybadugu, If you enable "Require update to the latest version of this survey" in the options for the survey in Connect the user will not need to refresh the My Surveys page to be prompt for the update, when the select the survey they will be prompt they will need to update the survey in order to continue.
... View more
01-04-2022
03:20 PM
|
0
|
1
|
1173
|
|
POST
|
Hello @CeydiMendoza @JakeMatthys, One option would be to use a custom JavaScript function to query the feature service and identify if the record entered matches any records in the feature service. From there you can put a constraint on the question you don't want duplicates to let the user know if that value has been entered already or not. We have a JavaScript sample available in Survey123 Connect that demonstrates how to query a feature service.
... View more
12-17-2021
07:36 AM
|
0
|
1
|
1734
|
|
POST
|
Hello @RyanPiper, This can be accomplished using the ArcGIS API for Python, you can use the export method to export your feature service as an Excel table. When it's exported you can then download the attachments using the sample Michael Kelly provides here. From there you can use a module called openpyxl to map the attachment paths to the associated features in the Excel file.
... View more
12-16-2021
03:53 PM
|
0
|
0
|
947
|
|
POST
|
Hello @GISUser74305830, If you are not planning on sharing the form publicly I would suggest using a custom JavaScript function to query the feature service based on the Project ID selected and return the Project Title for the associated record. We have a JavaScript sample in Connect that demonstrates querying a feature service.
... View more
12-16-2021
02:54 PM
|
0
|
0
|
5266
|
|
POST
|
Hello @AndrewKesterton, Thank you for reporting this! It seems we have an issue when creating the service definition during survey publishing and 10.9.1 seems to have become more strict on the parameter. I've created an issue on our end to correct this behavior when publishing feature services from Survey123 Connect. You are correct including the "s" is correct in "respectsDaylightSaving". Please have the owner of your Support case log a BUG against Survey123 Connect. Unfortunately the workflow you had used for manually updating the definition is the best way I know of other then using the Python API to update it from there.
... View more
12-16-2021
01:46 PM
|
2
|
3
|
5546
|
|
POST
|
Hello @RobertGeitner, I am not seeing the same behavior with the Grid sample in Connect, just to confirm are you using the latest 3.13.251 version of Survey123 Connect?
... View more
12-16-2021
01:08 PM
|
0
|
0
|
1084
|
|
POST
|
Hello @GISUser74305830, Your survey is likely version locked to the 3.12 version of the Survey123 website (as that is the version of Connect you published from). The search() appearance wasn't supported in the website until the 3.13 release. Please see our what's new documentation. What you can do is navigate to the settings for that survey in the Survey123 website and switch the Web App Version to "Always use the latest version (3.13), or update Survey123 Connect to 3.13 and republish the form.
... View more
12-16-2021
01:05 PM
|
1
|
2
|
5378
|
|
POST
|
What you could do on the settings of the hosted feature layer created in ArcGIS Online is set the permissions so that editors cant see any features and can only add new features. This will disable query on the REST endpoint of the feature service. ZacharySutherby_0-1639677594298.png
... View more
12-16-2021
10:00 AM
|
0
|
0
|
3401
|
|
POST
|
Hello @EricKriener, That is correct, if you want a survey that's in ArcGIS Online to submit to an ArcGIS Server feature service ArcGIS Online needs to be able to communicate with that feature service in order to submit data to it. For workflows where you have an ArcGIS Enterprise organization behind your firewall I would suggest using a distributed collaboration to create a copy of the feature service in ArcGIS Online and let the collaboration sync the service between the two organizations.
... View more
12-15-2021
03:05 PM
|
1
|
2
|
3407
|
|
POST
|
Hello @RamiNagy, If you don't plan on sharing the form publicly one option would be to use a custom JavaScript function to query the feature service the survey is pointing to and see if the value exists in the data. We have a sample in Survey123 Connect that demonstrates querying feature services using JavaScript functions.
... View more
12-14-2021
05:54 PM
|
0
|
0
|
688
|
|
POST
|
Hello @elpinguino, Survey123 supports a file question type which can be used to upload a zipped copy of the email. The reason I say zipped copy is because the supported attachment formats are limited to what is supported in ArcGIS Online.
... View more
12-14-2021
05:51 PM
|
1
|
0
|
1844
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-22-2026 11:53 AM | |
| 1 | 06-04-2026 03:20 PM | |
| 1 | 05-22-2026 03:26 PM | |
| 1 | 02-27-2026 02:55 PM | |
| 6 | 12-17-2025 01:51 PM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|