POST
|
Thanks for responding Phil. My last request was rushed and not well explained. So I am familiar with the local sqlite database storage of data nd attachments but what i failed to relay was "When" does that get written to sqlite. In the issue we are experiencing, the data has just been added to the form and attachments associated with it. At this point, is the data actually in the sql lite database or does that happen upon submitting? Unfortunately the issue is not my issue...it is a client issue so no screenshots and hard to troubleshoot....the infrequency of the issue doesn't help either. He is using an android smart phone and 98% of the time has had no issues. The only issue he has appears to surface when he has an inspection with a large number of repeat section attachments (20+). With this issue, he fills in all required fields, takes and adds numerous photos but when he goes to hit submit it turns "blue" like it wants to submit but nothing happens. the only option he has is to continue survey. So this is why i was wondering it this was a temp storage issue maybe with Survey123 or the device? ArcGIS Online connection issue - have occasionally had these issues in the past? What could be causing this behavior? Like i mentioned, this might an extremely hard one to troubleshoot but i told the client i would look into it for them.
... View more
12-18-2020
07:55 AM
|
0
|
0
|
114
|
POST
|
A weird anomaly has happened with one of our clients a few times but it's just that.... a weird anomaly and i'm just looking for some suggestions/ideas of what it might be and maybe some reliable work-a-rounds or troubleshooting steps. So first of all the only thing odd with this survey via a discussion with the client is number of photos included in the photos repeat section. 26 which is pretty significant number. Wondering how Survey123 stores the data prior to submittal if not offline without sync enabled. The interest aspect of these inspections if data is recognized, the send button becomes blue, but the survey123 does nothing with the data. The only option you can do is continue with the survey. However, the user was able to submit the data at a later time. The reason why troubleshooting this issue is important is because the client may have spent up 2 hours on just 1 inspection because of all the photo collection needed so the data can't be lost. Is this maybe a memory issue? a temp data store issue? a connection issue ( it doesn't sound like it though)? Any assistance, suggestions would be appreciated. Thanks.
... View more
12-14-2020
12:10 PM
|
0
|
2
|
165
|
POST
|
Figure out the issue....Had to go line for line with a return statement though until nothing was returned in the json response to figure out the issue. xmlhttp.onreadystatechange was the issue. made adjustments and got it to work. Now just need to adjust the pulldata jsonresponse values for each weather element to the Aeris api json return structure. Chad
... View more
09-09-2020
10:40 AM
|
0
|
0
|
33
|
POST
|
Trying to use pulldata function (just like open weather API) with Aeris weather API. We are able to get a proper JSON response but can't seem to make it work in survey123. Looking for some expert assistance. I have additional information to share (JSON format, js file, etc) Thanks, Chad
... View more
09-09-2020
07:42 AM
|
0
|
1
|
83
|
POST
|
I have a question regarding if data will be lost. if you had say 5 Survey123 inspections in your outbox because a required field was not autopopulating from an Arcade expression occasionally (oddly only Android devices) would those inspections be lost if you pushed a survey123 form update. The Survey123 hosted feature layer schema would not change at all and only change to the form would be making 1 text field editable instead of read only so a number could be typed in and the surveys submitted. Any help would be appreciated. Thank you.
... View more
06-29-2020
01:38 PM
|
0
|
1
|
41
|
POST
|
Hello, Our company is experience an issue with ArcGIS Online hosted feature layers that have SYNC Enabled. Anyone else experiencing this issue? As part of our currently workflow, we update numerous SYNC enabled hosted feature layers for numerous clients many times a day. Unfortunately, the size of these layers are ballooning from our DELETE and ADD Service end point updates. We've learned that it likely not the size of the hosted feature layer itself but the transactions being managed by some type of delta table(s) and that size is being tacked onto the hosted feature layer size. This explosion in hosted feature layer size is directly tied to credit consumption and that to cost so we need to figure out how to fix this issue. Any help would be appreciated. One side note, if sync is disabled on the feature layer the size will reflect the correct size of the layer instead of the inflated size. Unfortunately our customers need to take these updated hosted feature layers offline for use in Collector for ArcGIS so disabling SYNC would break their workflows. Please advise. Thanks
... View more
06-26-2020
02:40 PM
|
0
|
0
|
84
|
POST
|
Yes, E_admin can view and edit the form....but i don't think E_admin (because he/she is from Org B) can provide his/her credentials in Integromat survey123 module for a form that was created in Org A and shared externally. One of the obstacles is some organizations don't want to provide an ArcGIS Online organizational user for us(want us to join a group as an external user) but they want us to setup the forms, web map, integromat workflow, etc. So we were thinking they could temporarily create a creator account for us (we could do or form, webmap, arcade expression, etc, etc setup) and then assign someone internally as the owner and they could invite us (external user) to their account and we could maintain the integromat survey123 connection with our credentials but doesn't appear to work (didn't think so from the get go but i wanted to try). Can't go the other way either were we create the data and share with their external users either because that would be a violation of our Esri Agreement (can't provide services to other organizations)... I guess bottom line James, just looking for your expert opinion on the best way to handle the creation of ArcGIS Online content for numerous clients/AGO org accounts and the maintenance of hundreds of integromat workflows that initiate with the survey123 module. I'm thinking at this point that a requirement for us is just that the client has to provide us with a creator/user for their AGO org account. Thanks, Chad
... View more
02-03-2020
01:02 PM
|
0
|
0
|
15
|
POST
|
Is it possible to setup an external user integromat survey123 module connection? Let me clarify with a scenario. We have organization A and organization B. Organization A member prepares survey123 form and feature class and publishes to ArcGIS Online. Organization A member shares survey123 form and feature class with group "Test Integromat". Organization A member invites external admin user E_Admin to group "Test Integromat". In integromat, external user E_Admin uses his/her credentials in survey123 module to initiate workflow for the survey that Organization A member prepared and shared. Is this possible to do? With a quick test it didn't appear external user E_admin could access the survey created by Organization A member within the survey123 module in integromat. We will have numerous connections to maintain (hopefully resolving the automated refresh token issue alleviate some pain) so it would be nice if one external user could be used for all the needed integromat survey123 module connections but at first glance this doesn't appear to be possible right now but i might be missing privileges, settings, etc Any feedback is appreciated. Thanks, Chad
... View more
01-17-2020
06:41 AM
|
0
|
2
|
71
|
POST
|
I'm just curious as to if/when the prepopulation of a survey123 form field with data from a custom API endpoint is going to be a reality in Survey123. Some of our business workflows may depend on this. Let me give you one example scenario. You want to pre-populate weather information in a survey123 form field from a weather API. So when the form loads it would use a x,y location and send that to the weather API, then the weather API would return the current temperature for that location and the survey form would pre-populate a text box with that. This is actually a scenario that one of our current custom mobile apps use but we are trying to migrate away from it and use Survey123 instead. Obviously this would only work when the form is online and would not work in offline mode and we are fine with that. Any feedback on the latest info associated with this is much appreciated. Thanks, Chad
... View more
01-09-2020
01:58 PM
|
0
|
2
|
99
|
Online Status |
Offline
|
Date Last Visited |
01-11-2021
11:31 AM
|