POST
|
Hi @KatieMBaltzley, Yes, it's possible. Look for this page for examples: https://doc.arcgis.com/en/collector/android-phone/help/deploy-map.htm Here is how it should look like - I color-coded the different components of this sample URL: https://collector.arcgis.app?itemID=3ac4145c1ac44aea86e9ed42e00fbb0d&referenceContext=updateFeature&featureSourceURL=https//services9.arcgis.com/QjGvjfQhsHAmqfjP/arcgis/rest/services/DamageAssessment_Apr2018_631d0895e7d3404bb78e8e04e92d896e/FeatureServer/1&featureID=bb0a0c92-9f53-4367-a6a1-bc6edc605be0&featureAttributes=%7B%22incidentid%22:%22527%22,%22inspector%22:%22Frank%20Jones%22,%22inspdate%22:1502917218285%7D So, if we compare it to the URL that is generated by the script, you need to remove centre=${location} and replace it with referenceContext=updateFeature Then, after the end of the feature source URL (in pink ...FeatureServer/1), you need to add the &featureID=GlobalID, where the feature's GlobalID is of the feature you're going to edit - pass it from your survey. This must be a GlobalID field. After this bit you specify &featureAttributes just like you would in the scripted URL. This is where you'll pass the gallons of Water Consumed. Hope this helps, Uri If this answer solved your question or if you found it helpful please mark it accordingly to help others who have the same question.
... View more
Thursday
|
0
|
0
|
12
|
BLOG
|
Hello Mike, thank you very much for your post. I was able to open my survey123 form from the hyperlink, now I am trying to figure it out how to pass an UniqueID value to the inbox folder and open that record instead to see the all list. The workflow would be. Using an offline map then click in a feature this trigger the popup click on the link and from here open the inbox and edit the record.
... View more
2 weeks ago
|
0
|
0
|
129
|
POST
|
Good morning, Is there a timeline for when this might be supported? I was excited to use Survey123 for a project after it started supporting drawing of polygons, but there is a high chance that the end user will need to edit existing entries and add photos. In the past, this project was challenging to implement using Collector because of off-line mapping. Thank you!
... View more
4 weeks ago
|
0
|
0
|
79
|
POST
|
Does anyone know if this has been implemented yet? Or if it still planned?
... View more
01-16-2021
02:00 PM
|
0
|
0
|
47
|
IDEA
|
ESRI staff, any movement on this request? Adding additional photos to existing feature service via Survey123 for repeated visits to the same inspection site are critical to tracking a history of changes at the site. It would be nice to see previous images but that is less of a requirement at this time. Adding new photos to existing surveys needs attention sooner rather than later. The proposed work-around using the repeat function causes more confusion during the survey and at reporting time.
... View more
01-14-2021
07:58 AM
|
0
|
0
|
299
|
POST
|
This is still happening but not always from a 10.8.1 oracle geodatabase service uploaded to AGOL from ArcMap. We have lots of standard fields with the same name (CATEGORY, SUBCATEGORY, COVER_SHAPE, STATUS, OWNERSHIP etc) that have different domains and most of the time there is no issue, however, it is still cropping up as an error occasionally. We are editing the layer on the geodatabase through Field Maps and Collector where the error prevents the layer from loading. The error does not happen in Collector Classic. It would be great if the next update to Collector and Field Maps could ignore this issue. It is entirely reasonable for fields with the same name to have different domains across a geodatabase so that condition should not cause an error that prevents a layer from loading.
... View more
01-13-2021
08:15 AM
|
0
|
0
|
145
|
BLOG
|
I am following the method by @CuartaOportunidad_Local_IVC above- see direct link here Updating the media folder of a Survey123 Form item - Page 2 - GeoNet, The Esri Community I am wanting to update the media folder for three CSVs that are accessed with pulldata(). The method works and changes are picked up in the Survey123 Field App on the desktop but not in the browser. The browser is only shows updates published from Survey123 Connect. Should I do something to have it update the browser? I cleared cache and ensured that it is updating with the same name as the original name of the survey. I also downloaded the survey as a zip and verified the csv reflected the change I made. shutil.make_archive(r'temp' + 'filename', 'zip', r'surveyfolder') path = r'zippedsurvey' surveyitemID = "itemid" surveytoupdate = my_gis.content.get(surveyitemID) surveytoupdate.update(data = path, item_properties={'type' : 'Form', 'title': 'filename', 'tags' : []}) thank you!
... View more
01-12-2021
10:57 AM
|
0
|
0
|
376
|
POST
|
Has anyone got this to work in a web browser? It looks great in my Survey 123 Connect Preview but the appearance does not change when I publish.
... View more
01-07-2021
11:12 AM
|
0
|
0
|
160
|
BLOG
|
@IsmaelChivite I have had an issue with using select_multiple question types and the submitted data shows as "thing,thing,thing" when I'd like it to show in the attribute table as "thing, thing, thing" to make it look cleaner to the final user. Can I use the if(select()) calculation to insert a space between each selection for a select_multiple question or is an expression I can add elsewhere in the survey123 XLS form?
... View more
01-07-2021
07:48 AM
|
0
|
0
|
1072
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|