|
POST
|
Good afternoon, I’m looking for a way to show the nearest parking location (point layer) when clicking on a restaurant (point layer). I’d like the pop‑up in ArcGIS Pro to display a clickable URL or an Arcade expression that zooms to the nearest parking feature. The layer restaurant already includes a NEARME field that stores the ID and distance of the closest parking point. Tried thos code as an expression and it does not work: var parkingOID = $feature.NEAR_FID; if (IsEmpty(parkingOID)) { return "No parking location found."; } var layer = FeatureSetByName($map, "Parking_Locations", ["OBJECTID"], false); var parkingFeature = First(Filter(layer, "OBJECTID = " + parkingOID)); if (IsEmpty(parkingFeature)) { return "Parking location not found in layer."; } // Build a link that auto-selects/highlights the parking feature var url = "arcgis://select/?layer=Parking_Locations&objectid=" + parkingOID; return "Select Parking Location: " + url;
... View more
05-01-2026
12:34 PM
|
1
|
4
|
1356
|
|
POST
|
Good morning What widgets are needed to perform the following actions with EB: - select a specific polygon shape (Commission District 1) - select all points inside the polygon shape - provide a way to export the selection to an excel file For example, selecting all customers in a specific commission district 1. Thanks
... View more
04-24-2026
04:28 AM
|
0
|
1
|
284
|
|
POST
|
This post was created in the wrong group. I am going to create a new one under Experience Builder.
... View more
04-24-2026
04:25 AM
|
0
|
0
|
178
|
|
POST
|
Introducing the ArcGIS Workflow Manager Send Web Request Step The Enhanced Send Web Request Step
... View more
04-13-2026
09:51 AM
|
0
|
0
|
220
|
|
POST
|
Good morning, I am looking for some documentation that explains how to configure the step "Send Web Request". I just want to send a request to a hosted polygon layer to query a value in the index field (ATLAS) This is the GET: Base URL https://mygisportal.mysite.com/hosting/rest/services/Hosted/Index/FeatureServer/0/query Parameters (clean + formatted) where = ATLAS = 'P16-D' geometryType = esriGeometryEnvelope spatialRel = esriSpatialRelIntersects units = esriSRUnit_Foot returnGeometry = true multipatchOption = xyFootprint sqlFormat = none lodType = geohash returnDistinctValues = false returnIdsOnly = false returnCountOnly = false returnExtentOnly = false returnZ = false returnM = false returnTrueCurves = false returnCentroid = false returnEnvelope = false returnUniqueIdsOnly = false f = html
... View more
04-13-2026
07:42 AM
|
0
|
1
|
266
|
|
POST
|
Good afternoon, I am testing the Spatial Join (Closest) tool on a point layer to find the closest point from another point layer. The fields from the second layer are being added, but all of them are coming in empty. I am following this YouTube video: Finding Nearest Features in ArcGIS Pro Thanks
... View more
04-10-2026
11:00 AM
|
0
|
1
|
285
|
|
POST
|
Good afternoon, Can I open a branch version in a ArcGIS Portal web map or EB? Thanks
... View more
03-25-2026
10:29 AM
|
0
|
1
|
338
|
|
POST
|
Good afternoon, Is the a way to use a pologon layer, a TTRRSS, and zoom to a TRS in the Define Location?
... View more
03-24-2026
10:57 AM
|
0
|
0
|
213
|
|
POST
|
Good morning, How do I add a button to a Card widget. I do not see any option to add text boxes or buttons. Thanks
... View more
03-24-2026
05:14 AM
|
0
|
1
|
289
|
|
POST
|
Good afternoon, Is there a tool similar to Google Street that works in AGOL EB?
... View more
03-17-2026
10:47 AM
|
0
|
2
|
383
|
|
POST
|
Good afternoon, Is there a way in ArcGIS Pro to do a search similar to the one we do with the ENar Me button in Experience Builder? Thanks
... View more
03-13-2026
11:07 AM
|
0
|
1
|
322
|
|
POST
|
Good morning, With Esri's assistance we are using a feature in the FME that uppercases field names in the asset package. Thanks
... View more
01-13-2026
04:25 AM
|
0
|
0
|
544
|
|
POST
|
Good morning @RenatoSalvaleon3 Esri assisted us with this issue. It appears that when using ArcGIS Pro 3.5.x together with FME, the libxl.dll file from ArcGIS Pro needs to be replaced with the libxl.dll file from FME. To resolve this, we copied the libxl.dll file from: C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\plugins to: C:\Program Files\ArcGIS\Pro\bin After making this change, everything worked as expected. This is a known issue: FMEENGINE-87239. Hope this helps.
... View more
12-26-2025
05:02 AM
|
1
|
0
|
840
|
|
POST
|
Good morning @gis_KIWI4 Were thee domains linked to Utility Network feature classes? thanks
... View more
12-16-2025
05:18 AM
|
0
|
1
|
680
|
|
POST
|
Good morning, We are working with a Utility Network and need some guidance on managing domains associated with AssetTypes. These domains are typically auto-generated with a naming convention like: Asset_Type_Sewer_Device_Low_[Pressure_Main] We have a couple of questions regarding domain management in this context: What is the recommended way to update the description of a coded value in a domain that was created from an AssetType? Should this be done directly in the SDE database, or is there a preferred method using ArcGIS Pro or another Esri-supported tool to ensure schema integrity? What is the best practice for adding new coded values to this domain? Is it safe to modify the domain directly? Any insights or best practices would be greatly appreciated! Thanks in advance.
... View more
11-18-2025
07:44 AM
|
0
|
7
|
1771
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-01-2026 12:34 PM | |
| 1 | 12-02-2022 08:17 AM | |
| 1 | 12-26-2025 05:02 AM | |
| 1 | 08-05-2025 04:28 AM | |
| 1 | 08-05-2025 04:33 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|