|
POST
|
Hello @AndrewPadilla, With a sample survey I had tested on my end and was not able to reproduce the same behavior. If possible would I be able to obtain a copy of the XLSForm for testing on our end?
... View more
10-21-2021
05:24 PM
|
0
|
0
|
2444
|
|
POST
|
Hello @BillSimper, The repeat NaN issue is expected as repeat values and calculations need to be updated, same as how validation works when navigating through repeats. What you can do to warn the field workers if they haven't navigated through the repeats is to set a constraint on the Visit Summary question. Setting the constraint to not(contains(.,'NaN')) will catch if a repeat hasn't been navigated through and will throw an error message. You can set the constraint message to say something like "Please navigate through all repeats" if you like. For the webform issue with our 3.13 release the Survey123 website added support for input masks, I'm thinking this issue may be related to that implementation. I am currently installing the 3.12 local website to test there and confirm the behavior started with 3.13 and get an issue logged on our end.
... View more
10-21-2021
05:02 PM
|
0
|
1
|
4887
|
|
POST
|
Hello @FredMitchell, I don't think this is so much an IOS 15 issue I can reproduce on my Android device and on an IOS 14 device. I had also tested with 3.12 and was able to reproduce with that version as well. I think the issue is more so around calculations not triggering when opened via the inbox. We have an enhancement (ENH-000134563) logged to enable calculations to always work on load from the inbox which I think would address this issue. One workaround would be to add a simple yes_no choice question at the beginning of the form and make the inspection information group relevant based on 'yes' being selected. Making the group relevant will trigger the calculation when the survey is opened from the inbox. I've attached a slightly modified Mosquito Control form for reference.
... View more
10-21-2021
02:28 PM
|
2
|
5
|
7606
|
|
POST
|
Hello @RafaelCelaya @Anonymous User @FredMitchell, We have a fix for this issue in plan for our 3.13 October update, the fix is currently on our survey123beta website. If we may ask, please test on https://survey1232beta.arcgis.com and let us know if the behavior is still present there.
... View more
10-20-2021
08:40 AM
|
1
|
7
|
17882
|
|
POST
|
Hello @MANABUMAYA, One workflow would be to use repeats to collect data for each building story. Outside of the repeat you would have information about the building like it's location, how many stories the building is, the year it was built, if there are elevators etc. Then in the repeat you would have information you would want collected for each floor like are there bathrooms, is it elevator accessible, how many tenants can it hold etc.
... View more
10-18-2021
04:41 PM
|
0
|
0
|
877
|
|
POST
|
Hello @Carlos_AndresCamacho_Acuña, Can the barcode be static meaning each report generated can use the same barcode, or does the barcode need to be dynamic and unique to each survey response?
... View more
10-18-2021
04:30 PM
|
0
|
0
|
1263
|
|
POST
|
Hello @Brian_Laws, I'm not seeing this on my end. If you try creating a new test survey is the same behavior observed? If you try in an incognito window or another browser (testing to take out any browser cookies) is the same behavior observed?
... View more
10-18-2021
02:21 PM
|
0
|
0
|
770
|
|
POST
|
Hello @JohnnyHarley232, You'll need to enable the inbox for the Survey123 survey. From there you can use either the custom URL scheme or an app link to link from Collector to Survey123 and open the inbox. We have a defect logged where unfortunately at the moment the Survey123 Field App has an issue trying to open individual forms. What you can currently do is filter the inbox for the specific record but unfortunately at the moment Survey123 won't automatically open it the user will need to select the record.
... View more
10-18-2021
02:16 PM
|
0
|
0
|
1151
|
|
POST
|
Hello @mattkramer, I'm not seeing the same behavior on my end with the attached XLSForm. You will need to publish the survey from Survey123 Connect 3.13 which is the latest version of ArcGIS Survey123.
... View more
10-18-2021
02:01 PM
|
1
|
1
|
3347
|
|
POST
|
Hello @GB-MichelleBaragonaGISS, If you open your settings on your IOS device and scroll down to Survey123. For the Survey123 app permissions the photos may be set to Selected Photos or None. If you change the access to photos to All Photos is the same behavior observed?
... View more
10-18-2021
01:48 PM
|
1
|
1
|
2472
|
|
POST
|
Hello @CrisjovanoGumaraes, We are working on a fix for the issue, in the meantime please feel free to reach out to Esri Technical Support and have them attach you to BUG-000143323 to track progress on the issue.
... View more
10-15-2021
04:49 PM
|
0
|
0
|
1209
|
|
POST
|
Hello @MarkC1, Unfortunately we have a defect at the moment that is preventing records from being opened using the custom URL. What currently happens is the inbox will filter to the record but the user will need to select the record, unfortunately it won't open automatically like expected. What you can do is set the following as your custom URL scheme: arcgis-survey123://?action=edit&folder=inbox&itemID=<Survey Item ID>&q:<field>=<value>&update=true This should filter the inbox down to the record(s) that match the query parameter but the user will need to select the record from the inbox. Please see the integrate with other apps documentation for more information on what URL parameters are available.
... View more
10-13-2021
05:38 PM
|
1
|
1
|
1217
|
|
POST
|
Hello @Jordi-Monk-Developer, If the members of your Hub Premium Initiative are members of your ArcGIS Hub team they will be users in your ArcGIS organization. You will just need to make sure that they have to correct user type and role and are licensed with the Field Apps license bundle so they can use Survey123. Please check out the user types, roles, and privileges documentation for more information.
... View more
10-13-2021
05:17 PM
|
1
|
0
|
1234
|
|
POST
|
Hello @nelsonbirdsnz, On the Survey123 website under the Collaborate tab you can switch the option for Share this survey to "Ask the user how to open the survey, in browser or in the Survey123 field app" which will allow the user to choose. When the survey is shared publicly the link that is generated on the Collaborate tab will work for public users there will be no prompt to log in. You can also share the QR code as well.
... View more
10-12-2021
03:57 PM
|
1
|
1
|
1151
|
|
POST
|
Hello @ErnestoCarreras2, Your ArcGIS Enterprise organization will likely need to be accessible over the internet so that the Power Automate servers can submit requests to your ArcGIS Servers REST endpoint. If your ArcGIS Enterprise organization is behind your firewall Power Automates servers will not be able to successfully submit a request. If your organization is accessible over the internet I would probably suggest making the execution mode for your geoprocessing service Synchronous as that will make the HTTP request a lot easier. If you use Asynchronous you will need to send constant job status requests after making your initial request. Using Synchronous for the execution mode will mean you only need to send one HTTP request and the response will have your result. I would also suggest before placing it in the HTTP connector using a program called Postman which is a web API debugging application to test making HTTP requests to your geoprocessing service. When you have the request set up and working there you can then set it up using the HTTP connector in Power Automate knowing where to put what parameters.
... View more
10-12-2021
10:47 AM
|
0
|
0
|
1995
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-04-2026 03:20 PM | |
| 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 |
3 weeks ago
|