|
POST
|
Hi @HasanGüler , Can you share the form that produces this example? Could you also explain how you would use a calculation with the geocode question - if you are simply repeating the value of another question, why not have only the geocode question?
... View more
09-17-2021
09:09 AM
|
0
|
1
|
1571
|
|
POST
|
@Dawn, In checking with the Survey123 web development team, the cause of the 504 in your situation (portal unreachable) was identified during 3.13 development and should be resolved with 3.13's release yesterday.
... View more
09-17-2021
09:07 AM
|
1
|
1
|
3723
|
|
POST
|
@Dawn , Following up on the 504 issue, our server logs indicate that this may be something particular with your form (all of the occurrences of a 504 error for updateWebform in the past 3 days appear to be associated with one form). I'm wondering if there are some aspects to the form that would cause the updateWebform processing to take a longer than allowed for time; one particular area that could cause this are a large number of choices in the form. If you would like to, please follow up with me via e-mail (jtedrick AT esri.com) with the form so that we could further analyze this.
... View more
09-16-2021
08:57 AM
|
0
|
0
|
3742
|
|
POST
|
Hi @Dawn , From your description, there's a bit of overlap in what 'upgrade'/'update' means. Upgrade refers to the version of Survey123 Connect/Survey123 website used to publish the form; update refers to re-publishing of the form. The setting in Survey123 Connect is specific to requiring the Survey123 field app to require the user to use the latest version of the form that is published. This is irrespective of the version of Survey123 Connect used to publish the form. This is also pertains only to the field app and has no bearing on the web form. You mentioned that the form is embedded in another application. What is the embedding mechanism? Are using the version=latest URL parameter to require the upgrade (it appears so based on the console log you provided)? The easiest way to resolve this would be to republish with the current version of Survey123 Connect. With regard to the 504 error, it would be useful to open an Esri Support ticket to try to diagnose what is occurring.
... View more
09-15-2021
05:00 PM
|
1
|
1
|
3757
|
|
POST
|
Hi @OlivierDemars1 , The 504 error is what the Survey123 field app received from the endpoint it contacted. If the request successfully completed on the server, I would think that the issue might be with the web adapter or any other application (load balancer) that exists between the server and the field app in the network connection.
... View more
09-09-2021
08:28 AM
|
1
|
1
|
4142
|
|
POST
|
Hi @Jahluwalia12 , Based on your description, you want to use the aggregation functions in the report template. Again, refer to this section of the Survey123 documentation; if you need to break out information by category (which seems likely from the format in your first screenshot), you would also need to use the where parameter to select those records that should be summed.
... View more
08-18-2021
02:25 PM
|
1
|
2
|
5625
|
|
POST
|
Hi @Jahluwalia12 , There is some limited ability to conduct calculations within a report, however, the report syntax does not support functions such as sum() (see the 'Numbers' section of the Report documentation). In the screenshot, it appears that you also attempt to use a statistical query (the 'stats' portion of the placeholder); this is used when aggregating data from multiple records in a summary section, not adding the values from within one record (which is in the individual section of a report). Aside from creating an expression in the report that adds the values together (which would achieve what it seems you want), you may also want to consider adding a calculate question to the form to calculate the value when the data is submitted.
... View more
08-18-2021
01:02 PM
|
0
|
1
|
5630
|
|
POST
|
Hi @Sean_McKinney , There is not currently a way to directly access the Global ID in a calculation (including the instance_name calculation). As the globalID is a system-managed GUID, we generally suggest that it not be used in user-facing applications (similarly, you shouldn't use the ObjectID as well); instead, create an ID field that can be controlled by GIS admins/users. If you want to use an GUID-style ID, that can be generated in Survey123 via the uuid() function.
... View more
08-13-2021
11:08 AM
|
0
|
0
|
1386
|
|
POST
|
Hi @DrewMorris , The current documentation for this is in the Early Adopter Community, including a walk-through for creating a control. Please feel free to reach out with specific questions.
... View more
08-13-2021
10:58 AM
|
0
|
0
|
1169
|
|
POST
|
Hi @SarahPC , What is the maximum number of results being returned by the feature service? Separately, it would be helpful to understand your workflow to understand why over it's necessary to load over 2000 records into the Inbox; the Inbox is not meant to be a full cache of the feature service, but to provide those records that a user needs in the context of their work for that day. Regarding the button press issues, that was a glitch in the button that has been resolved for the next release of Survey123 - the current beta in the Early Adopter Community has that addressed.
... View more
07-13-2021
07:23 AM
|
1
|
0
|
1657
|
|
POST
|
Hi @DarraghOSullivan , If your lifecycle involves deleting a repeat (instead of noting completion on the record), then position(..) would not be suitable for use in generating the ID. You may be able to create a unique id via a custom JavaScript function that increments (i.e., adds 1 to the previous ID number). Alternatively, you could use an ID number that is not based on an incrementing number (derived by location, timestamp or other attribute that uniquely identifies the record).
... View more
07-12-2021
01:37 PM
|
1
|
0
|
1542
|
|
IDEA
|
Hi @JasonVolz , By 'barcode trigger the geopoint', what is the source of the location (the user's current location)? You can already calculate a geopoint from an image's recorded location through the use of pulldata("@exif") calculations.
... View more
07-07-2021
02:45 PM
|
0
|
0
|
1516
|
|
POST
|
Hi @NathanBruce1 , Integration with an external device like the reflectometer would require some work in the Survey123 app or an extension to interface correctly. This would make a good potential idea to consider in the future; also, I would recommend reaching out via your account manager to the Survey123 team on this.
... View more
07-07-2021
02:42 PM
|
0
|
0
|
1664
|
|
POST
|
Hi @Nick_Apostolakis , What you are wanting is an attribute-based query. This uses the same basic function as the 'Workign with a Feature Service' example in the 'JavaScript' Samples available in Survey123 Connect (the url_requests.js file, featureByLocation function), with the change of including a where variable that selects the pole based on poleid and removal of the geometry, geometryType, inSR and spatialRel variables.
... View more
07-07-2021
02:38 PM
|
0
|
2
|
1757
|
|
IDEA
|
Hi @KBERG_EGLE , As an administrator, you should be able to make another survey public via the 'Organization' page in the Survey123 website. If you are not able, I would suggest re-opening the issue with Esri support.
... View more
07-07-2021
02:29 PM
|
0
|
0
|
1366
|
| 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
|