|
POST
|
Kerry reached out to the Survey123 team directly with his survey. There are 2 issues: - Many of the select_multiple questions were using the autocomplete appearance, which is not supported - There is an issue in using select_multiples in internal form calculations on the web form - they are presented as space separated lists, not the expected comma separated lists.
... View more
05-01-2020
11:24 AM
|
1
|
1
|
3530
|
|
BLOG
|
Carl Alexander - did you test your request in a tool like Postman prior to configuring? As Add Attachment—ArcGIS REST API: Services Directory | ArcGIS for Developers indicates, the addAttachment operation is done on a feature service feature (i.e., /FeatureServer/<LAYER>/<OBJECTID> ); unfortunately, you don't have the URL construction visible in your screenshots so I can't tell if that is set up properly. The attachment parameter also looks incorrect; you seem to have replicated the response expected from the operation; attachment should specify the file being attached (should not be string but file/binary).
... View more
04-29-2020
08:37 AM
|
1
|
0
|
14751
|
|
BLOG
|
Apologies for the delay - the AppStudio template is now available.
... View more
04-28-2020
05:24 PM
|
1
|
0
|
7807
|
|
POST
|
Hi Doug, Apologies for the delay. It looks like there may be something particular to your calculation set - can you provide the XLSForm for those rows? I've created a test calculation sheet and the calculations appear to perform as I would expect (attached).
... View more
04-21-2020
04:23 PM
|
0
|
0
|
836
|
|
POST
|
Hi Jay, A couple of things: - in your HTML, you aren't setting any style properties like height for the page itself - setting appropriate styles should address the scrollbar issue - You may want to get the new version of the embed link that accompanied the 3.9 release - the message processing function has been updated.
... View more
04-21-2020
04:10 PM
|
0
|
0
|
1114
|
|
POST
|
Hi Jason, Apologies for the delay. It would be helpful if you could provide a sample of what is currently generated and what you would like to see ideally. That being said, this sounds like perhaps an issue of exactly where and how the ${if} clauses are applied- one thing that I've seen is the author place a carriage returns that aren't covered by the 'if' clause, causing them to be included unintentionally.
... View more
04-21-2020
03:57 PM
|
0
|
0
|
729
|
|
POST
|
Hi Eric, Apologies for the delay. You may want the ArcGIS Solutions team to weigh in on this, but it sounds like you re-deployed a solution using the same names, which repointed everything to the already existing 2019 results, correct? In that case, it sounds like you should re-publish to different names to distinguish the 2020 collection from the 2019 collection.
... View more
04-21-2020
03:53 PM
|
0
|
0
|
767
|
|
POST
|
Hi Devon, There isn't a function that inspects all the choices selected across different questions. You can use the selected() function to evaluate each question. This may be an activity that is better done after submittal using Python or Arcade to iterate through the fields.
... View more
04-21-2020
03:49 PM
|
0
|
0
|
1507
|
|
POST
|
Hi Michelle, Apologies for the delay. For certain choice lists (external choices) there is a sample workflow in https://community.esri.com/groups/survey123/blog/2017/12/08/an-alternative-way-to-update-the-media-folder-of-a-survey123-form-item to automatically update via script.
... View more
04-21-2020
03:47 PM
|
2
|
0
|
734
|
|
POST
|
Hi Ayelet, It may be possible to query the feature service and retrieve the largest value via a custom JavaScript function (in beta).
... View more
04-21-2020
03:31 PM
|
0
|
0
|
754
|
|
POST
|
Hi, Apologies for the delay in response. Yes, what you are trying to do should be possible using the ${if question | selected:'choice'} syntax.
... View more
04-21-2020
03:28 PM
|
0
|
0
|
1056
|
|
POST
|
Hi Jessika, Relevant calculations should prevent the calculation from working when the question is not relevant; the problem is that you function is analyzing the entire repeat data (you would need to make the values used in the calculation relevant or not relevant in the repeat). This would be the most efficient for the javascript function as it currently exists, though you would likely want to prepend a filter to remove empty values before the sort (see Remove empty elements from an array in Javascript - Stack Overflow ). Alternatively, you could also pass the species values and construct the array used for calculations inside the javascript function, using an if (species == 'PISI' || species == 'TSHE') to add values only when the appropriate species is listed.
... View more
04-21-2020
03:23 PM
|
0
|
0
|
955
|
|
POST
|
Hi Kris, I might suggest looking at https://community.esri.com/community/gis/web-gis/arcgisonline/blog/2019/03/22/show-attachments-in-pop-ups-with-arcade-expressions ; combined with the FeatureSet Arcade functionality https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/whats-new-with-arcade-taking-a-stroll-through-featureset… , it may be possible to generate the URLs for related record attachments.
... View more
04-21-2020
03:16 PM
|
0
|
1
|
1273
|
|
POST
|
Hi Josh, Apologies for the delay. For this scenario, it would be helpful if we had a few more details. Is this using an existing feature service or a feature service created by Survey123 Connect. The failure to submit occurs only when there are more than 1 new repeat records, correct?
... View more
04-21-2020
03:14 PM
|
0
|
1
|
1750
|
|
POST
|
Hi Yannick, It is possible to generate an internal count by having a function with count() inside the repeat refer to a question that will always be filled out in the repeat. That being said, for a more complex validation like you have, it may also be appropriate to consider a custom JavaScript function, which is a feature currently in beta
... View more
04-21-2020
03:05 PM
|
0
|
0
|
4102
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-30-2025 09:00 AM | |
| 5 | 05-07-2025 10:16 AM | |
| 6 | 05-07-2025 10:17 AM | |
| 1 | 10-15-2018 01:27 PM | |
| 1 | 01-06-2020 01:25 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-05-2025
09:31 AM
|