|
POST
|
Hello @acatbyanyothername, Are you working in ArcGIS Online or ArcGIS Enterprise? If you are in ArcGIS Online your reports should automatically be uploaded to the folder where your survey resides in your ArcGIS Content. If you download that item is the same behavior observed?
... View more
06-23-2023
04:56 PM
|
0
|
0
|
9724
|
|
POST
|
Hello @Blevins_Mark, Copying to a new survey does not maintain the attachments, but since the record is in the Sent folder the attachments will still reside in the My Survey Attachments folder. What you can do is copy the record to a new survey then browse to reattach the images from the My Survey Attachments folder for the image questions. This will be located in the ArcGIS folder typically in: iOS: On My I<device>/Survey123/ArcGIS/My Survey Attachments Android: <local storage>/Android/data/com.esri.survey123/files/ArcGIS/My Survey Attachments Windows: C:\Users\<username>\ArcGIS\My Survey Attachments
... View more
06-22-2023
03:01 PM
|
0
|
0
|
790
|
|
POST
|
Hello @mikaël, You can use a JavaScript function to perform the calculation. The JavaScript Date object has a getDay method that returns the day of the week between 0 and 6. You can add 1 to the number returned to return 1-7. I've attached a sample survey that demonstrates the workflow.
... View more
06-22-2023
02:55 PM
|
1
|
0
|
1556
|
|
POST
|
Hello @mcbouchard, Are you using the Survey123 Field App or the Survey123 Web App? If you are using the Field App you can save surveys to the Outbox and batch upload them when they are ready to be submitted. Please see this documentation for more information.
... View more
06-21-2023
04:44 PM
|
0
|
1
|
1226
|
|
POST
|
Hello @ToddHill, This is the identification number (ItemID) for your survey in your ArcGIS content. If Power Automate is displaying the ItemID this typically indicates that the token used in the connection to your ArcGIS organization has expired. Since your flow is continuing to run that contradicts the connection having an expired token, but if you start to see your flow fail to run the first thing to check would be to refresh the connection to your ArcGIS Organization. To do this in Power Automate select the drop down for Data and select Connections. For the Survey123 connector select the three dots in the middle of the table and select Switch account. From there you will be able to reenter your credentials to your ArcGIS organization and your flow will run with the updated token.
... View more
06-21-2023
04:41 PM
|
0
|
0
|
3996
|
|
POST
|
Hello @AbdelrahmanGhazaly, You will need to use the backslash (\) to escape the 9's in your country code. For example, (+\9\9)999-9999 will yield and when you start typing the numbers entered will be after the end parenthesis. Please see this documentation for more information.
... View more
06-21-2023
04:26 PM
|
2
|
0
|
984
|
|
POST
|
Hello @ChrisBeaudette, Thank you for confirming! That is perplexing based on the error received that points to the secure renegotiation being the issue. Would you be able to try generating a report from https://survey123dev.arcgis.com and pass along the jobID for the request to the Support case you have open. We have found the Support case you have open and are in communication with the folks in Tech Support on the issue. To access the jobId you will need to capture the web traffic when you select the Generate button in the Report pane. You will see a submitJob request and in the Response to that request you will see a jobId. With this jobId we can check out internal logs to see if there is additional information as to why the error is being returned.
... View more
06-21-2023
09:46 AM
|
0
|
3
|
5896
|
|
POST
|
Hello @jhansen_GEI, One option would be to point the survey to the existing polygon layer so that when users are filling out the survey they are editing that exact record. Another option if you wanted to keep the survey responses separate from the polygon layer would be to use a webhook that makes a request to the polygon layer updating the attribute value. The webhook would run on each survey submission, query the polygon layer based on the grid entered in the survey, then run an updateFeatures REST API request or an applyEdits request to update the completed field.
... View more
06-20-2023
04:59 PM
|
1
|
0
|
2278
|
|
POST
|
Hello @IGORRIGOTO, It is not possible to print a survey from the Survey123 field app or Connect. Are you looking to print a completed survey, or are you looking to print the survey design to be filled out via paper entry?
... View more
06-20-2023
04:50 PM
|
0
|
0
|
902
|
|
POST
|
Hello @AspenJaeger, The first thing to check is to ensure the file that's being used is shared with all the appropriate people in the owners content. This sounds a lot like the file may only be shared with the survey owner but not with the other folks who are taking the survey. To confirm when you say the survey is using an attached Excel spreadsheet is the form using the search() appearance with a hosted table that was created from an Excel spreadsheet or is the form using external choices (select_one_from_file)?
... View more
06-20-2023
03:29 PM
|
0
|
0
|
840
|
|
POST
|
Hello @SeanWalsh, Do you have the repeat relevant based on the yes/no question, or are you using body::esri:visible or no conditional expression?
... View more
06-16-2023
03:15 PM
|
0
|
1
|
1022
|
|
POST
|
Hello @jvarasanz, Are you still running into this issue? This issue came up with our 3.18 release that went live earlier this week but should be no longer reproducible now. Please see this Esri Community thread for more information.
... View more
06-16-2023
03:12 PM
|
0
|
1
|
1071
|
|
POST
|
Hello @GREABOC_1, You can use pulldata("@layer") to query the feature layer and check to see if the value has already been entered. If so you have have a constraint on the ID question that prevents submission. Please check out the Query a feature layer sample in Survey123 Connect for examples the use the pulldata("@layer") formula.
... View more
06-16-2023
02:55 PM
|
1
|
0
|
795
|
|
POST
|
Hello @AugustPaterno, Would you be able to provide a screen capture of the issue? When you say the output map says something different is that in a web map? If it's a pop up in a web map that will be pulling from the alias of the feature service you can check by navigating to the item details page for the feature service the survey points to > select the Data tab > Select Fields. What does the Display Name say for the corresponding field?
... View more
06-16-2023
02:52 PM
|
0
|
0
|
749
|
|
POST
|
Hello @GregDunnigan, If you enter your Portal URL into https://www.ssllabs.com/ssltest/analyze.html (check on the box "Do not show the results on the boards") and run the test you will likely see that Secure Renegotiation may not be supported. If this is the case when the ArcGIS Survey123 Report API is trying to reach out to your ArcGIS Enterprise organization since Secure Renegotiation is not supported the Survey123 Report API is not trusting the connection. With our 3.18 ArcGIS Survey123 release that went live earlier this week we had updated some of the node libraries used in the Report API and this is resulting in the more strict security standards. We are working on our communication and path forward with this requirement.
... View more
06-16-2023
02:39 PM
|
0
|
6
|
6146
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 4 weeks ago | |
| 1 | 05-22-2026 03:26 PM | |
| 1 | 02-27-2026 02:55 PM | |
| 6 | 12-17-2025 01:51 PM | |
| 1 | 11-04-2025 02:14 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|