|
POST
|
I wonder if there is a similar SQL gui editor like this from another software that is more obvious that could be used as an example of how this menu could be a little more user-friendly? I also wish when using 'Not equal to' there was a checkbox to include (or Is Null) rather than making another duplicate line for that purpose. I have a lot of use cases where I'm specifying, essentially, "all values except this one" and I want that to include Nulls. If you don't specify that as an OR statement, Nulls won't be included.
... View more
11-17-2025
10:33 AM
|
0
|
0
|
606
|
|
POST
|
Following up after testing on my end - here's what I would do: Clip Raster Use your polygon as output extent Do not change the default (unchecked) options for clipping unless you are wanting on odd shape - maybe test that after following these other steps to see if the output differs. Environments: choose the source layer as the output coordinate system, if your map's coordinate system differs Snap Raster - choose your source layer Do not build Pyramids or calculate statistics - the resampling method by default is 'Nearest' but that only relevant for calculating pyramids so it doesn't matter. Your output will apparently look different from the source. To compare apples to apples, open the Symbology tab for each respectively and change Stretch Type to None, Gamma to 1.0 (or whatever as long as its the same), and set the Statistics as Custom: 0 min and 255 max.
... View more
11-14-2025
12:17 PM
|
0
|
1
|
1407
|
|
POST
|
Sorry if this is a dumb question since you seem to know what you're doing - but are you certain both layers have STRETCH settings turned off? I think Pro tends to default to applying stretch settings to new rasters added to the map - although this default is something you can change if I'm not mistaken. If you use the navigation / query / pop-up info tool to poke a cell and see its value - are the cell values ACTUALLY different between the input and output rasters when you inspect a specific cell? 'Snap raster' option being set to the source raster should be used as part of your process if you want to ensure the cells don't get resampled or offset from original - but that's just one aspect and not the whole answer.
... View more
11-14-2025
06:50 AM
|
0
|
2
|
1418
|
|
IDEA
|
@timcneil I often reference the data tab in my day to day for hosted feature layers when I quickly want to see what/when were the last few records created, for example. Being able to permanently customize the field order, hide fields, and sort would be a benefit for my use case. Having a 'show default field settings' (i.e. all fields) / 'show custom field settings' quick button to toggle would then also be useful. Then when adding the hosted feature layer to a map, it could inherit the 'custom' field settings. Of course, this could be overriden in the Map Viewer settings, but not affect the 'base' custom field settings in the data view.
... View more
11-06-2025
01:56 PM
|
0
|
0
|
618
|
|
POST
|
I have a WMS imagery service with a bunch of historical flights, sometimes I forget that when adding this to Maps it triggers that time slider and I am confused for a while until I figure it out. It would be nice for this feature to include some indication of what layer it applies to.
... View more
11-06-2025
12:24 PM
|
0
|
0
|
791
|
|
POST
|
I had a use case for this: I created a 'virtual' unit-less space of sorts to be able to plop down points on a building construction plan view (raster) to represent where our IT department wanted to put in WIFI access points, power outlets, ethernet ports, cameras, etc. For some projects there are multiple floors or buildings, so we could display them all in one building plan (raster) image so it could all be seen at a glance. Editing was done through a web map with editing templates for each type of 'thing' that might need to be added to the plan. This could be shared easily internally and with contractors so they could see the plans, and we could easily update and modify, etc. I did a small presentation on this for fun at some point (attached).
... View more
11-06-2025
07:18 AM
|
0
|
0
|
854
|
|
POST
|
If there's not a quick answer on using an ArcGIS connector for this, here's how you can do it via an HTTP action instead: Overview/proof of concept: HTTP action to get AGOL token with REST API Query hosted feature layer HTTP action using REST API Note: the URL for the hosted feature layer needs to include the /0 or whatever the sub-layer index number is.
... View more
11-06-2025
05:53 AM
|
0
|
0
|
346
|
|
POST
|
I see an idea has been out there for this since 2021. That's depressing that this basic function still isn't in the ExB widgets. https://community.esri.com/t5/arcgis-experience-builder-ideas/option-to-quot-add-new-row-quot-or-record-when/idi-p/1078042/page/3#comments
... View more
10-31-2025
08:08 AM
|
0
|
0
|
730
|
|
POST
|
AGOL does have a newer editing-specific 'Web Editor' view of the new Map Viewer that is actually pretty great. Bulk editing, reshape, split, snapping, merge, etc. Have you tried using that?
... View more
10-31-2025
07:02 AM
|
0
|
0
|
671
|
|
POST
|
I think it's important to clarify: If your Tech folks review the power automate flow run history list: Is it being triggered (i.e is there a recorded flow run) every time you would expect when a feature is created? Or was this flow screenshot isolated and there aren't really any other triggers occuring? I have the impression that unless that flow is consistently triggering and halting due to the same error, that may have been an isolated glitch; maybe related to this overall webhook issue that is confirmed and being investigated now. Since the only parameter for that automated trigger action is to select a layer from a pick list, there seems to be no way for anyone to misconfigure it.
... View more
10-30-2025
10:13 AM
|
0
|
1
|
1089
|
|
IDEA
|
Linking another duplicate idea thread. We also believe this should be a simple option to set default, in both Enterprise and AGOL. https://community.esri.com/t5/arcgis-enterprise-ideas/set-web-maps-to-not-be-visible-in-field-maps-by/idc-p/1662162#M4357
... View more
10-30-2025
05:45 AM
|
0
|
0
|
264
|
|
IDEA
|
We were looking for a setting like this as well and were surprised it doesn't exist -- it also is not a setting in AGOL so this idea should apply to both Enterprise and ArcGIS Online. Linking another duplicate idea thread. https://community.esri.com/t5/arcgis-enterprise-ideas/not-use-in-field-map-as-default-when-creating-a/idc-p/1662164#M4358
... View more
10-30-2025
05:42 AM
|
0
|
0
|
412
|
|
POST
|
I am fairly ignorant when it comes to how webhooks actually work on the backend, so I rely on such connectors at this point for the creation and handling of webhooks. My personal experience over the past year was that ArcGIS Connectors too frequently have inexplicable failures and I've changed a lot of my flow actions to API calls using an HTTP actions and the ArcGIS REST API rather than rely on the built-in connectors for things like querying, updating a record, etc. I checked my test flow again that I created previously, and it is still not receiving webhooks when a feature is created. After asking ChatGPT some instructions, I just now attempted to create a webhook receiver in power automate manually with "when an http request is received" automated trigger, but it does not receive anything either. Next, I tried making a make.com webhook receiver and it also does not receive any webhook payload when a feature is created. I also tried using the make.com Field Maps webhook connector (automatically creates webhook) and it also doesn't get a payload. I also tried creating a webhook for a survey from hosted feature layer that I know is actively sending webhooks successfully through the Survey123 connector. That webhook I created manually with a webhook listener in power automate... does not receive a payload. I think the Survey123 webhook payload is sent from the client, rather than from the AGOL cloud? Maybe that's why that is succeeding currently? Something ain't right. But I don't know if it has anything to do with the Power Automate government cloud necessarily since I can't get any webhook payloads delivered with external webhook receivers either (Make.com). I also could be doing this totally wrong...
... View more
10-29-2025
12:29 PM
|
1
|
3
|
1508
|
|
POST
|
Are you working with feature classes hosted in ArcGIS Online (hosted feature layers) or are you using ArcGIS Server/Enterprise for your data source?
... View more
10-27-2025
07:16 AM
|
0
|
2
|
803
|
|
POST
|
Another data point with ArcGIS webhooks not firing: https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/arcgis-connectors-broke-in-government-version-do/m-p/1659709#M1143 I wonder if this might not be due to AWS issues, but that ArcGIS Online was updated yesterday? FWIW my legacy Survey123 connectors/webhooks are continuing to fire successfully.
... View more
10-23-2025
07:10 AM
|
0
|
0
|
852
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-28-2026 08:15 PM | |
| 1 | 03-08-2026 12:16 PM | |
| 1 | 07-22-2025 07:31 AM | |
| 1 | 12-02-2025 03:04 PM | |
| 1 | 11-19-2025 05:45 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|