POST
|
I'm replying to this topic as i want to follow the development of a solution. Not only is this a concern but one that I am struggling to understand is still not been addressed. As map viewer adoption continues map viewer, i am fearful when if ever will classic functionality be fully integrated. We ran into this exact scenario today. The solution was even though it appeared in the template in Map Classic Viewer, it did not appear in Field Map Designer nor Map Viewer. To get it to appear i had to go into Classic Editor Full enabled > manage > then save a new dummy copy of something,. after that it appeared in designer. I went back and deleted my "Temp" feature type called lafjaksdfjasfalkf Name / Status=w30r23840242 and it appeared. I assume that hitting SAVE or modifying any content in that window would make it appear in field map designer. There still the odd Symbology problems but seems to work. Even now it says Must match 1 of the options. Will be troubleshooting though something that should be easy.
... View more
01-22-2025
03:49 PM
|
1
|
0
|
1219
|
POST
|
Is there any movement to increase the attachment size for the Mobile App? i agree with other users here that this limit is far to small. Because of this limitations we are thinking of alternative solutions to Survey123 such as FastFields or other SaaS vendors. I can see a few work arounds but you then hit the 100/500 MB limit on the web forms as well.
... View more
01-03-2025
08:48 AM
|
0
|
0
|
1065
|
DOC
|
@DanCopKac My brother in arms. I like the cut of your jib. That perfectly summarizes my feelings for experience builder. 2 steps forward 1 step back and to the left. The platform needs to have 1 to 1 features between ExB and WAB.
... View more
06-13-2024
05:43 AM
|
0
|
0
|
5646
|
POST
|
Thanks Joe for the assist and pointing out that critical bug that I will need to keep track of and will ask ESRI to escalate it as well form our organization. The popup, there it was under the Map Widget options. I had not at all considered that was were the setting would be to define how/when pop-up interacted with the map. For those wondering: Now search will trigger a pop-up. use actions on the Search widget to further refine how it interacts. Again this may not answer the original question of this post but it got me past this step. Thanks Community. Not where i expected it to be...
... View more
11-27-2023
12:38 PM
|
2
|
4
|
2219
|
POST
|
@Su_C wrote: Hello! I wanted to inform that ENH-000150230 is included in the product plan. Synopsis: This enhancement aims to provide the functionality to show a pop-up when the feature or location is found for the search widget in Experience Builder. I want to be clear here. Are you saying that there is no way currently to have a Pop-up when a feature is selected wtihin the Search widget? A functionality that has existed since time began on both Dashboard and WebApp Builder? As i read through this entire post and was simply confused as to why the user was being told to use a Feature info widget.
... View more
11-16-2023
09:09 AM
|
2
|
4
|
2281
|
POST
|
I haven't found a solid way outside of periodically going to my connections > Survey123 > Re-loggin in every X number of days. I had hope i could have made a Power automate workflow that auotmatically did this workflow for me, but I opted instead to have a calendar reminder put in for me to "update' the connections every 2 weeks. ESRI noted that they are working with Microsoft to extend AGO (ArcGIS Online identity) even further out. So it grabs what I assume is a Token for 90+ days now. Another thing I would recommend doing. It stinks, but you may want to recreate the Triggers periodically. I am not 100% certain that when changes on the backend to the Trigger/Actions are not getting updated. For example ESRI added some enterprise credentials to the triggers which is what i think was causing my problem. I also found that the Excel for Business (Add a Row) action got updated with a new option, that does not exist in the one I created 2 years ago. So those widgets are "set in time" to when they are created and if updates occur do not inherit the new features. At least that my theory. Sorry for the rambling 🙂
... View more
06-01-2023
10:52 AM
|
2
|
0
|
3313
|
POST
|
I have a scenario where I am looking to implement a fairly simple data collection workflow and would prefer not to have to use Survey123 or Field Maps to Survey123 Combo to force data validation. We have 160K (we will call them Facility IDs) which need to be input when a user captures new locations in the field. Up to 4 shots on and around the property would need to have this ID. Which will then define the "Field Asset ID" = Facility ID + "Type of feature caught". A spatial pull or proximity pull from an adjacent point or polygon would not work as it could result in a false positive. Can Aracde expression be used to 1) Validate that the input value exists in another table? If it exists it validates if it does not it will not allow the user to continue. 2) Can arcade expression be used to refine what acceptable values can be placed in this "FACILITY ID" field based upon inputs in other FIELDS in the Field Maps form? For example. Typing in House No + Street Name to refine the list of valid values. 3) One would assume that having a coded domain table of 160,000 records would prob not be the best idea 🙂 This could be accomplished with a json java what have you or a lookup csv table in Survey123. And yes there is a map component there in. I want to avoid the Survey123 route as this is primarily a map-centric workflow and swapping between Field Maps and Survey123 or using Survey123 alone (given our field crew level of experience) not the best user experience.
... View more
05-04-2023
08:39 AM
|
1
|
0
|
1001
|
IDEA
|
Nothing Matters anymore as its now in the Product Plan, hopefully that means it will be in ArcPro before they come out wit ArcGIS Extreme in 2038... Also fun fact 3.1 was suppose to be release complete with all functions from ArcMap, seem like the missed one.
... View more
04-15-2023
06:41 AM
|
0
|
0
|
3425
|
POST
|
I'm encountering the same issues as well and had 6 different power automate workflows appending new survey data to the same database. Created back in March 2021, had worked falwlessly for nearly 2 years. Now we encounter 'corrupted data, missed and failed forms, and a few other oddities in the last few months. Was this error introduced from Power Automate or due to changes in how ESRI pushes the authentication tokens out when adding a Connector/Connections to an www.arcgis.com survey123 enabled account. (I think it was recently upped from 14 days to 90 days). the ESRI enterprise sounds like something change on ESRI front. I understand I can REMOVE and ADD the Trigger back in but ultimately... i do not want to have to reconfigure my entire survey...
... View more
04-12-2023
04:22 PM
|
0
|
0
|
3511
|
BLOG
|
This is very interesting stuff but I'm having difficulty finding any documentation, videos and what appears to be very little activity on the ESRI communities forums. Again the documentation does describe but really doesn't provide full details on engaging the triggers and actions. The workflow I'm doing: When a Survey123 form is submitted i want to update a feature class with a value that was generated from the form. In my case I am looking to update a field with the Object ID (Since the object ID is generated server side when the form is submitted, Survey123 cannot invoke the ObjectID into another field in the database. So the workaround seems pretty simple. Trigger "When a Survey Response is Submitted" > Action "Update a record in a feature layer". In this case, we would pull from the payload the objectID and populate another field in the database with that value. I'm not working with anything complicated, we just trying to use ObjectID as the unique id/related key. But in all my test thinking I could just quickly jump in an use the ObjectID, I am finding myself hitting an error within Power Automate yet the flows are working with a failed status. The error Received: "The API 'arcgis' returned an invalid response for workflow operation 'Update_a_record_in_a_feature_layer' of type 'OpenApiConnection'. Error details: 'The API operation 'UpdateItemInFeatureLayer' requires the property 'body/objectId' to be of type 'Number' but is of type 'String'.'" As much as I like that flow is working, it still shows failed so I have concerns about the validity and long-term use. Since we are dealing with two different SaaS/PaaS the Power Platform and ArcGIS Online. Is ESRI Support the place to go with questions or does this fall under something not supported given its O365 Product using ESRI connections?
... View more
12-01-2022
11:11 AM
|
0
|
0
|
10939
|
IDEA
|
Thanks, i will do that . I also had our account rep attach our ESRI Case to the already existing ENH request.. It appears that now: Synopsis: Request to add the functionality to show all values, even the ones not part of the domain code in Select by Attribute on a domain field in ArcGIS Pro Status: In Product Plan God willing it will also extend the functionality to the Definition Query menus.
... View more
08-19-2022
03:25 PM
|
0
|
0
|
2322
|
IDEA
|
I have been sitting on this for years now and finally got tired of this issue. Thank you for the Select Invalid Objects which is an interesting way to find the data. Unfortunately still takes more steps than I feel should be necessary to quickly query the data. In my scenario, i had over 1000 invalid records spread across 24 invalid objects (imagine 283 records of ReD) when the domain is RED etc.. I could have done a sum export to get all the values to paste into the SQL query, but again that was a ton of extra steps. Given that both ArcGIS Desktop and the WEB Client versions of Map Viewer (Both Classic/New) allow for the function to select query UNIQUE values. Is there a way to TRACK this or add this as an ENH request so that I would be notified when its implemented?
... View more
08-19-2022
02:46 PM
|
0
|
0
|
2333
|
IDEA
|
I would personally like to understand why ESRI is installing the program (Survey123 Desktop) into a NEW FOLDER that doesn't exist with the USER>USERNAME>Applications>ArcGIS>Survey123. And not installing this into the more common area of the C:/Program Files. The fact you could (at one point) install Survey123 Connect w/o administrative rights go against our company policy. I had assumed the same was for the Survey123 Desktop App. One can only assume the location was chosen for "reasons" which I would really like to understand. But I totally agree with the original post that more install options should be supported, especially if you want to consider the Survey123 Desktop app and "enterprise-level" deployment.
... View more
05-16-2022
03:26 PM
|
0
|
0
|
1788
|
Title | Kudos | Posted |
---|---|---|
1 | 01-22-2025 03:49 PM | |
1 | 05-04-2023 08:39 AM | |
1 | 12-11-2019 02:22 PM | |
2 | 11-27-2023 12:38 PM | |
2 | 11-16-2023 09:09 AM |
Online Status |
Offline
|
Date Last Visited |
06-20-2025
08:00 AM
|