|
POST
|
Hi Kyle, Currently, "utcOffset" is not supported in the report template syntax (we had an issue in the doc) but only supported as a parameter from API perspective. If you generate the report from the Survey123 website, we will pass the UTC offset of the browser automatically. Would you mind sharing your use case of the “utcOffset" in the report template?
... View more
07-19-2018
04:40 AM
|
2
|
0
|
1543
|
|
POST
|
Hi Irene, From your screenshot, I cannot tell which list you used for the "broken" questions EMSRoute1, EMSRoute2, EMSRoute3 Also seems you didn't set image for list EMSRoute1, EMSRoute2, EMSRoute3 in the "choices" sheet Please find an attached example which works as expected for me. Also please be noticed we have known issue that if you set "minimal" or "autocomplete" appearance for a select_multiple question, image will also NOT show up in the web form.
... View more
07-19-2018
04:32 AM
|
2
|
0
|
1184
|
|
POST
|
As Johnathan described above, the feature service view used for stakeholders has not been updated when republishing the survey. The Analyze page in the website reads question information from the form item so you can see the appended question, however, it will show the error message "Cannot get answers for this question. Details: unable to find the field in related feature service." since it cannot find the underlying field in the feature service view for the stakeholder. As an owner, source feature service will be used and updated directly when republishing the survey.
... View more
07-19-2018
03:55 AM
|
3
|
9
|
6157
|
|
POST
|
Hi Adam, Yes, you can use ${fieldname1 | getValue:""} to get the raw value of an underlying field. For a string field with coded value domain, it will return the code, for a date field, it will return the Unix time. For example, ${expertise} returns "None. I have never used it." (the name of the coded value domain) while ${expertise | getValue:""} returns "none" (the code of the coded value domain).
... View more
07-19-2018
03:31 AM
|
2
|
2
|
2071
|
|
BLOG
|
Hi Mike, Thanks for the feedback. This is currently a known limitation, I've added your feedback to our backlog.
... View more
07-19-2018
02:12 AM
|
0
|
0
|
6852
|
|
POST
|
Hello, As James mentioned, the issue is caused by the feature service in an ArcGIS Server does not support "keywords" property for attachments, which is only available for ArcGIS Online hosted feature service, so the report engine has an issue when retrieving the attachment file. We had a hotfix for 3.0 release (planned in the middle of next week) to address the issue, which allows the report to be generated successfully based on current templates without modification. However, the known limitation would be you cannot add answers for an attachment question (e.g. image, signature...) in the report if the feature service is in ArcGIS Server, all placeholders of actual attachments will be replaced with a blank space as there's no answer to the question.
... View more
07-19-2018
12:26 AM
|
3
|
0
|
1448
|
|
POST
|
Hi, Can you please confirm the following qiesquest? 1. Does the failed task only contain one record to print? 2. Is the record you try to print contains large image attachment? Such as an image is larger than 5 MB. 3. What will happen if you include the very record in a batch printing task? Such as thet the task may succeeded and when you try to open the report of that featue, you see an broken message of the word document file.
... View more
07-09-2018
11:49 PM
|
0
|
3
|
4588
|
|
POST
|
Hi Curtis, Telling from the screenshot, the feature with object id 35 printed successfully but others (33, 34, 36) failed, would you mind giving another try among these object ids? If the issue still is the same, can you please help check if there is difference with the field values used by the report template? Such as the object id 35 feature has an image which original file size is small while others have big images, e.g. nearly or exceeds 10MB?
... View more
07-09-2018
11:40 PM
|
0
|
1
|
4588
|
|
POST
|
In most of the case, it's related to the capacity of the report engine. We had an enhancement in the 2.8 release (https://community.esri.com/groups/survey123/blog/2018/05/25/paper-airplane-day-release-28 ) , the HTTP 502 error should be less seen now.
... View more
05-27-2018
11:23 PM
|
0
|
1
|
1083
|
|
POST
|
Hi Oussama, It's very similar to do it for a Single Choice question ("select_one"): ${singleChoice1 | selected:"choice1"} Lable of Choice1 You can actually copy the sample code from the field mapping table in Data page of the Survey123 website as below:
... View more
05-27-2018
11:18 PM
|
0
|
0
|
2549
|
|
POST
|
Hi Guy Nizry The error message you saw in the red pop-up is throwing by ArcGIS Online when Survey123 tries to create a feature service view ("_stakeholder") for stakeholders. The message means there's already one feature service view with the same name in your org. If you cannot find it in your survey folder, it may be moved to other folders accidentally. Please try to search the service view name "survey123_{copied the id from the error message pop-up}_stakeholder" in the upper-right corner search box in the content page of ArcGIS Online. Once you find it, you can just delete it and try to share the survey in the Viewer tab of Collaborate page again. Please let us know if you still have issue on this, it may need further searching in the service directory of your organization directly by the administrator.
... View more
05-27-2018
08:29 PM
|
1
|
3
|
4239
|
|
POST
|
Hi Rob, In the report template, you can use the following syntax to get the day of the week, such as ${date1 | format: “dddd”} will return "Wednesday" Additionally, you can try most of the formats listed in https://momentjs.com/docs/#/displaying/format/ which should also work. However, it's not officially supported yet and that's why we don't have them in the doc.
... View more
05-22-2018
10:56 PM
|
0
|
0
|
1206
|
|
POST
|
Hi Doug, Haley We had the enhancement issue in our backlog and I've raised your voice there. Before it's implemented, I think you could have a try of the mklink command mentioned above to solve the issue, which also supports mapping to a network location.
... View more
05-21-2018
04:33 AM
|
0
|
0
|
3429
|
|
POST
|
Hi Haley, Although it's tricky and may be only helpful to a specific survey, following steps could be a possible solution: 1. Install a tool from Google to allow syncing your files between G-Suite server and local drive in real time. I'm not familiar with G-Suite, but I think Google has the same tool as Download Google Drive for personal Google Drive 2. If possible, re-map the local file location of the spreadsheet to the survey folder 3. If step 2 is not possible, you may want to use mklink command to re-map the file location In such way, when you save the file in G-Suite, it will sync to your local disk in real time which will cause Survey123 Connect to refresh automatically since it's watching the local .xlsx file.
... View more
05-16-2018
03:22 AM
|
2
|
1
|
3429
|
|
POST
|
Hi Shannon, As Johnathan mentioned, the web development team works in China and we don't see blocking on ArcGIS services or app comunications between servers. The only exception is that Google Play is blocked in China, so you need to find another way (e.g. to get an .apk file) to install the Survey123 field app on an Android device.
... View more
05-13-2018
09:15 PM
|
1
|
3
|
2533
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-19-2021 02:03 AM | |
| 1 | 01-26-2026 07:15 PM | |
| 1 | 12-18-2025 04:54 AM | |
| 2 | 11-20-2025 07:20 PM | |
| 2 | 09-08-2024 11:16 PM |
| Online Status |
Offline
|
| Date Last Visited |
01-26-2026
07:08 PM
|