|
POST
|
haha you can, if you go to the last post in that thread it then links to the Calculation Atrribute rule (also linked in my post)
... View more
03-26-2025
03:10 PM
|
0
|
0
|
863
|
|
POST
|
The post here describes a Calculation Rule from - Solved: Can Arcade be used to UPDATE a feature's geometry? - Esri Community Edit the geometry of a feature with a calculation rule. Attribute rule script expression examples—ArcGIS Pro | Documentation
... View more
03-26-2025
02:46 PM
|
1
|
0
|
866
|
|
POST
|
Hi all, I've recently had a bit of a headache trying to figure out why recently Published Surveys (from S123 Connect) were created a _form view. After a lot of head-scratching I realised from searching online ( General FAQ—ArcGIS Survey123 | Documentation ) that my S123Connect had updated itself or I had somehow inadvertently updated it to >v3.22 !: Where are my surveys stored? A survey is composed of multiple ArcGIS items. For each survey,Survey123creates a folder in your ArcGIS account namedSurvey-SurveyNamethat contains the following: Form item—Contains the survey that can be opened in the Survey123 field app and web app. Feature layers—Store the responses to the survey. When you initially publish the survey, Survey123 also creates a hosted feature layer view named SurveyName_form (previously named SurveyName_fieldworker) for submissions. When you share the survey results using the Survey123 website, it creates a hosted feature layer view named SurveyName_results (previously named SurveyName_stakeholder). For more information, see FAQ: What are the form and results hosted feature layer views used for in ArcGIS Survey123? When surveys are created from an existing feature layer, publishing does not create new feature layers, so Survey123 references the existing feature layer from its source folder location. Note: Survey123 Connect version 3.21 and earlier did not create the _form layer view, so existing surveys that were initially published prior to version 3.22 use the hosted feature layer for submissions instead. I'm assuming that this _form layer endpoint is now written to (via REST api) rather than the parent/original hosted feature layer (HFL)? And that any webhooks (HFL webhooks not S123) etc. should then be set against the _form view instead? The FAQ linked in the above link also then seems out-of-date as it mentions: FAQ: What Are the Form and Results Hosted Feature Layer Views Used for in ArcGIS Survey123 When you create and publish a survey in Survey123 Connect, permissions for editing access are managed on the survey’s feature layer, and a form view is not created. For surveys published in Survey123 Connect, the results view is created when the Share survey settings are modified on the Collaborate tab of the Survey123 website.
... View more
03-24-2025
05:27 PM
|
5
|
1
|
2332
|
|
POST
|
What would the intended question look like? I don't entirely understand.
... View more
03-24-2025
05:07 PM
|
0
|
1
|
1290
|
|
POST
|
I'd hazard that it's using a cached session token from your browser (whichever is the default on the device) and directly passing it to the login. Stored password in the browser are not usually the issue. Usually I'd get around things like this in the browser using incognito windows rather than have to log out of every other signed-in page, or worse - clear cache/cookies, but obviously this is in-app. If possible, I'd test by clearing your cached data and cookies and sign out of anything that's using a login if that's possible. If not, temporarily switch your default browser for your device (as the browser is used to launch the SAML login prompt), try Workforce again and if not - clear site data etc. and retry. Although it seems like a bit of a potential bug. Field Maps and Survey123/connect seem able to logout and switch users with a new login prompt each time even for SAML (thankfully!).
... View more
03-24-2025
05:04 PM
|
1
|
1
|
1039
|
|
POST
|
that's strange, it all looks correct. have you tried removing the tags, desc, summary etc? May be some issue with overwriting those - ie. work your way through the sddraft parameters.
... View more
03-21-2025
03:17 PM
|
1
|
2
|
2280
|
|
POST
|
You should be able to identify the Org name from their URL via https://www.arcgis.com/sharing/rest/portals/<Org ID here>f=json there's a urlKey JSON node/key
... View more
03-21-2025
01:58 PM
|
2
|
0
|
1834
|
|
POST
|
make sure you make a copy of your data first, as this will edit the existing dataset. Planarize lines should be run to split the segments at overlaps Planarize polyline features—ArcGIS Pro | Documentation Then use a spatial join to get all overlapping attributes (target = planarized copy, join features = original data, Match option = 'Within' (I think, or contains, I get confused - see what happens!)) - Spatial Join’s hidden trick on how to transfer att... - Esri Community
... View more
03-20-2025
03:31 PM
|
1
|
0
|
580
|
|
POST
|
Possibly check the Developer tools (f12) Network calls to the REST API for any error codes. should be something like AddFeatures operation. Also check if it is a Hosted Feature Layer or a Hosted Feature Layer View. It might be the case that the SQL or Geographic filter on the view then filters out the new edits from display.
... View more
03-20-2025
02:56 PM
|
0
|
0
|
758
|
|
POST
|
I think the manage field settings are distinct from labelling settings unfortunately. The guide here show's how to add a custom expression fairly easily. Change the code as below. https://support.esri.com/en-us/knowledge-base/how-to-label-a-layer-with-a-rounded-decimal-value-and-c-000026971 Round($feature["SRMP"], 0)
... View more
03-19-2025
04:50 PM
|
0
|
0
|
1485
|
|
POST
|
Are you sure 12-hour time is the answer? have you tried a <12hr input that worked? It seems more likely you have to specify the full time format. ArcGIS Pro and Online likely complete the rest if missing, but 123 and REST likes the complete object. I'd try: 15:25:00 or 15:25:00.0 and/or run a GET on your existing service to see the expected format (enter a value in AGOL editor first).
... View more
03-18-2025
05:31 PM
|
0
|
1
|
1713
|
|
POST
|
Agree with Dan. I'd export to a new Feature Class first (after selecting SDand only as Dan said). That may exclude the troublesome features from the export, so I would also then do a select by location (input=originalFeatures, selectFeatures=newFeatures) and see if any features from the original are missing from the selection. Then check Geometry - not repair - it may give you more details rather than a blanket error.
... View more
03-15-2025
02:39 PM
|
0
|
0
|
6017
|
|
POST
|
From looking at the service it appears to be in Web Mercator as it can be added as an additional basemap layer to esri world basemaps. Is it perhaps slow because all the other layers are now being projected from NAD27?
... View more
03-14-2025
02:14 PM
|
1
|
1
|
1514
|
|
POST
|
Solved: Tabulate Intersections in ArcGIS Online notebooks? - Esri Community
... View more
03-13-2025
06:16 PM
|
0
|
0
|
690
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-13-2025 01:08 PM | |
| 1 | 09-25-2025 03:19 PM | |
| 1 | 09-24-2025 02:35 PM | |
| 1 | 09-17-2025 02:42 PM | |
| 1 | 09-10-2025 02:35 PM |
| Online Status |
Offline
|
| Date Last Visited |
01-14-2026
12:10 PM
|