|
POST
|
Hi @Niklasg , As @Strahanjen indicates, you need to use either a filter parameter (as the link they provided) or a q:<queryparameter> parameter to reduce the number of entries visible in the Inbox to 1. The difference is that the filter parameter filters the Inbox records on device while the q:<queryparameter> alters the query made to the feature service to load the Inbox. The update parameter is also often used to trigger a new query request to reload the Inbox. Please refer to the Survey123 documentation for more information. It looks like in your response you provided a URL that is supposed to have a placeholder (the {Tracktal} entry in the filter. Can you confirm that this placeholder is substituted with a real value (i.e., what is the link in the rendered pop-up)? While this appears to be a relatively simple case for constructing the URL, it is still best to construct it using the UrlEncode Arcade function to catch any special characters in the values of the parameters.
... View more
05-24-2022
08:58 AM
|
0
|
1
|
4960
|
|
POST
|
Apologies for the delay in reply. The Survey123 documentation shows how the q:queryparameter URL parameter can be used: q:queryparameter - Queries the feature layer for an existing record. It can be used to retrieve content that is not on the device. Examples: q:where=ws_stationnumber=5171 q:where=waterbodytype='Lake' q:globalId=1d392670-33e2-456d-8435-7fad3abd8bb9
... View more
05-18-2022
12:57 PM
|
0
|
0
|
7331
|
|
POST
|
To update this thread, in reviewing @DougBrowning 's form the issue appears to be the combination of a calculation question with the position() function within the nested repeat. As a workaround, the question can be converted to an integer (or other appropriate type) question with a hidden appearance.
... View more
05-10-2022
05:13 PM
|
1
|
0
|
1761
|
|
POST
|
Hi @DougBrowning , The log file you provided is using a beta version of Survey123. Are the field users using the beta version or the released production version? The log indicates that this is the Lotic Transects survey- have there been any major changes since you last shared it with us in February?
... View more
05-10-2022
11:09 AM
|
0
|
2
|
1792
|
|
IDEA
|
We have introduced a first implementation of streaming functionality in the Survey123 Early Adopter Community. Please review the documentation in the EAC. We know that it won't meet every streaming use case; if there are ways it can be improved, let us know in the EAC!
... View more
04-14-2022
12:54 PM
|
0
|
0
|
3313
|
|
POST
|
Thanks @ScottHiggins_PVGIS , This is an issue that is caused by domain scoping and some fixes that were introduced to tighten token storage with the Survey123 web form. In your case, this is due your app being on a custom domain, which means that the cookie stored from the experience builder login is not available to survey123.arcgis.com. The Survey123 widget addresses this by appending the cookie in the widget code. You may be able to do something similar with the Embed widget's code. I'm not an expert on Experience Builder, but as a test, I would: 1. Make a new widget by taking the embed widget's code (client/dist/widgets/common/embed 2. Update the processUrl function (~line 330 of widget/runtime.tsx) and add an if statement that would match https://survey123.arcgis.com and append the app's token (based on the survey123 widget, that appears to be accessible as this.props.token in the widget scope).
... View more
03-24-2022
02:53 PM
|
0
|
0
|
2738
|
|
POST
|
Hi @ScottHiggins_PVGIS , Just to check, are you using the Survey123 widget or embedding through another widget?
... View more
03-24-2022
09:58 AM
|
0
|
0
|
2753
|
|
POST
|
Hi @MatthewRogers , Thanks for supplying the form information. In looking at it, the repeat_count for MP1_Bearings is calculated from a question in a question in an unrelated (not parent) repeat. That could lead to a lot of unexpected behavior as the number of repeats allowed could change based on navigating the first repeat. I would strongly recommend that value be placed in the parent table, not in a repeat. As you mention, you're using the once(count()) workaround to calculate position in a repeat - that should be position(..) . On the photo loading issue, could I ask you to capture a log file of an attempt to access the photos? We haven't seen this in our testing, though we have had one other report of similar behavior. To check, did you authorize access to all images in the account or only a selection of images?
... View more
02-24-2022
04:37 PM
|
0
|
2
|
7050
|
|
POST
|
Hi @MatthewRogers , Regarding the photo stream/files issue - what device(s) are you experiencing this on? Can you share your form with the calculation you are seeing issues with? What are the inputs to the pulldata calculation - are there scenarios where those inputs may not be relevant?
... View more
02-24-2022
03:06 PM
|
0
|
1
|
7168
|
|
POST
|
@GarrettBergey, We've identified the issue in the app link configuration and have corrected it (it was a misconfiguration of the website that is associated with the app link). The app link now works.
... View more
02-02-2022
04:24 PM
|
0
|
1
|
2513
|
|
POST
|
Hi @GarrettBergey , Just to check, are teh links you are using "arcgis-survey123://" or "https://survey123.arcgis.app"? With Android 12, Google made a few changes to how app links work. We're researching the exact cause, but in the meantime you can long-pres on the app, select App Info, and then click teh 'Open by default' section to Add the https://survey123.arcgis.app domain as an approved link.
... View more
02-02-2022
02:33 PM
|
0
|
0
|
2516
|
|
POST
|
Hi all, To provide an update on this. As mentioned in the solution, there was an issue present that was due to the mis-processing of an audio question. Subsequently, we have been alerted to a similar issue with the use of an external choice list. This can be worked around by using the select_one_from_file alternative, which is more flexible in data management than the external choice list. We plan to correct this issue (which is in the Survey123 form processing API, not Survey123 Connect) as soon as we are able to.
... View more
11-29-2021
12:48 PM
|
2
|
4
|
3038
|
|
IDEA
|
Hi @RobBlash , This is now possible as of the 3.13 November 2021 release of Survey123. Refer to the Appearances section for details and the What's New Blog.
... View more
11-24-2021
03:27 PM
|
0
|
0
|
5672
|
|
IDEA
|
Hi @Jordi-Monk-Developer , This is best filed as a bug via Esri Support - the Ideas section is for registering feature enhancements
... View more
11-24-2021
11:05 AM
|
0
|
0
|
1623
|
|
IDEA
|
Hi @DougBrowning , We may have talked about this before, but what values are needing to be sorted? Is this sort numerical, alphabetical, or based on another rule? Unfortunately, there is no sorting type function in the functions documented in the XLSForm specification. That being said, it would be possible to create a custom JavaScript function that takes a repeat or field within a repeat, applies a sort, and then outputs the results.
... View more
11-24-2021
11:03 AM
|
0
|
0
|
2917
|
| 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
|