|
POST
|
I am able to append the CSV data but it does not pick up the lat/long fields or the spatial field I create with spatial.from_xy. How do I include spatial when appending data to a HFS from a csv? append_result = lyr.append(item_id=csv_item.result().itemid,source_info = source_info['publishParameters'],upsert=False, upload_format="csv")
... View more
2 weeks ago
|
0
|
0
|
84
|
|
POST
|
I am able to calculate the geometry using pulldata() when the geotrace is not in a repeat. When I add the repeat the sum() causes issues. How do you calculate geometry per repeat?
... View more
09-25-2025
12:44 PM
|
0
|
1
|
209
|
|
POST
|
@ZacharySutherby What is the purpose of the sum() function? I am needing to add this to a repeat but the sum() is causing issues. Is it possible to use sum(string(pulldata("@json",${geometry_query},"geometry"))) without sum()?
... View more
09-25-2025
08:54 AM
|
0
|
0
|
218
|
|
POST
|
I am using pulldata('csv', 'SHAPE', 'name', ${name}) (from csv not url)to get my geometry and then sum(${calc_field}) to get calculate my geometry. This doesn't seem to work, do I need to convert the geometry into a Json value first? I feel like it should be working based on the sample. Edit: The spatial reference was different.
... View more
09-24-2025
09:05 AM
|
0
|
0
|
244
|
|
POST
|
This is what I was doing but considering there is a Share>Style Items for the whole project, its baffling there is no Share>Style Items for layer or Share>Style Items for map.
... View more
09-09-2025
02:19 PM
|
0
|
1
|
439
|
|
POST
|
I am able to export an entire pro project to a .stylx file with Share> Style Items. I am able to export one symbol using Save Symbol to Style. How do you export a layer's symbology that has multiple classes? This should be much easier. Or, how do you export a map and not the entire project? Export as one stylx:?
... View more
09-09-2025
01:37 PM
|
0
|
6
|
479
|
|
POST
|
After I save my excel in S123 Connect my survey will load a blank page. I must always press Reload Survey. The same thing happens in Survey123, it will first load a blank screen, then I have to go back out and tap Collect a second time for the survey to load. Any ideas?
... View more
09-08-2025
11:33 AM
|
0
|
1
|
238
|
|
POST
|
Add definitions Create a filtered view of your layer using attributes, by drawing a shape, or by using a shape from another layer. It says this is an option when creating a spatial view, but I don't see now. You can't even add another layer to trace. Is this possible?
... View more
08-21-2025
06:21 AM
|
0
|
1
|
483
|
|
POST
|
Is there a simple day to grab attribute data from a polygon fc that intersects with a point fc. I need to update points based on what polygon layer name they intersect. Right now, I am doing a spatial query and then attempting to field calculate but I feel like there is an easier way. I need to do this in an AGO notebook but here is my arcade expression var inter_trust = count(Intersects($feature, trust))
if (inter_trust > 0)
{
return "Trust";
}
... View more
08-20-2025
11:38 AM
|
0
|
2
|
963
|
|
POST
|
I have a pipeline that filters by attribute then by extent. The Filter by attribute shows the correct preview. When I add Filter by extent it disregards the filter by attribute and just filters on the whole feature layer even though I am connected to the Filter by attribute tool. This seems like a bug, is it by design?
... View more
08-18-2025
02:26 PM
|
0
|
1
|
249
|
|
POST
|
I have a HFS with a table. Add, Delete and Update are all on. When opening in Experience builder and adding the HFS and then the table to the edit widget, the delete toggle is grayed out. I can enable delete on other tables in the same HFS but not on this one. Any Ideas?
... View more
08-07-2025
11:26 AM
|
0
|
1
|
177
|
|
POST
|
When you create a survey it generates the hosted feature service and links them. When you add a field the linked HFS is updated. I would like to point my survey to a different HFS but would like to avoid adding a submission_url. I would like to update the linked HFS. My submission_url is blank so somewhere the survey knows which HFS to use, but I can't find it. Thanks.
... View more
07-21-2025
02:57 PM
|
0
|
1
|
217
|
| Title | Kudos | Posted |
|---|---|---|
| 7 | Wednesday | |
| 1 | 07-08-2025 11:07 AM | |
| 1 | 03-05-2025 02:59 PM | |
| 1 | 06-09-2025 08:30 AM | |
| 1 | 11-08-2023 08:02 AM |