|
IDEA
|
In Field Maps, the Markup feature allows users to capture basic notes on the map without having to "colelct data". Markup can also be shared, but only by either the "screenshot" method, or as a ".markup" JSON file. These files can in turn only be opened in ArcGIS Online or ArcGIS Pro (and then converted into other formats). IDEA: Add in the option to share markup as a .kml file so that the data can be easily share with other people using non-esri apps and software (e.g. Avenza). Use case: This functionality would make the newly added geopdf functionality even more useful. It would mean that a user (e.g. a first responder at an emergency) whoc has downloaded a geoPDF to their device from a 3rd party agency, opened it and captured information via the markup capability could then export that infomation and send it to other users who are not Field Map or ArcGIS users (e.g. Avenza/QGIS users) without needing to organise for it to be converted by someone in their org first. This is a time-critical workflow that currently is best served by using the screenshot function (definitely not ideal).
... View more
03-02-2026
04:39 PM
|
15
|
0
|
708
|
|
POST
|
I'd recommend sticking to a local server if possible. We had our GIS data moved into a cloud hosted server a few years ago, and it's causing a lot of problems with slow loading and general latency issues when using ArcGIS Pro. A project saved on the network can take over 4 minutes to load. When all the network datasources are moved onto a hard drive and plugged into the same machine with the Drive Letter remapped to the hard drive, load times are down to 50 seconds. Menus (e.g. right click on a layer) load instantly (instead of after a period of time of thinking). About to make the case that we need to bring all out GIS data back to local network storage. Wish me luck!
... View more
02-23-2026
09:26 PM
|
3
|
0
|
1658
|
|
IDEA
|
@MargaretCrawford If it's only "Under Consideration", does this mean it won't be in 3.7 as previously indicated?
... View more
02-23-2026
08:47 PM
|
0
|
0
|
1054
|
|
POST
|
Just been trying to troubleshoot this issue myself. Thank you for posting and saving me a heap of headaches.
... View more
02-03-2026
08:40 PM
|
0
|
0
|
498
|
|
POST
|
Based on the error, I assume you have already published the survey and then made changes to it? Also, have you changed the name of the feature service table in ArcGIS Online? This seems to upset Survey123 Connect (which is frustrating as it doesn't apublish "pretty" names). Unless you have data already in your service, or have made other changes that you don't want to lose, you can overwrite it. If you don't want to lose those changes, then if I'm correct, you need to find the feature service table and rename it back to "Input_datasets"
... View more
02-01-2026
06:47 PM
|
0
|
0
|
774
|
|
POST
|
Also, once you have got your coordinate system setup correctly, if you still need to move your data to sit in the correct place (due to it being created in a the "wrong" place originally based on an incorrect coordinate system) you can select all your features and move them manually. Move, rotate, or scale features—ArcGIS Pro | Documentation By moving them all at the same time, hopefully they will maintain their spatial integrity in relation to each other and still fit the site they belong to. If needed, you have the Scale option (same link above) to resize everything equivalently. I don't know what coordinate system you settled on using, but when we're publishing to ArcGIS Online, we default to the Web Mercator Auxillary Sphere to keep it all simple and like for like (as that what AGOL uses in the webmaps).
... View more
01-19-2026
04:28 PM
|
0
|
0
|
868
|
|
POST
|
I marked 2 solutions as both are valid - 1 where the field is retained and the other where the field is used to calculate temp values but isn't saved to the feature service.
... View more
01-18-2026
04:09 PM
|
1
|
0
|
1034
|
|
POST
|
OFFICIAL There's my ignorance showing. The problem with learning as you go and not doing all the reading but just skimming to find what you need. Thank you.
... View more
01-15-2026
03:56 PM
|
0
|
0
|
1073
|
|
POST
|
OFFICIAL I assume that doing that would force the calculate field to be created instead of being temp during form completion?
... View more
01-15-2026
05:42 AM
|
0
|
0
|
1114
|
|
POST
|
Just the act of writing this up has helped me figure out whats happeneing. It's treating it as text isntead of a number and concatenating the values. I updated my formula to use the int() function around each field and it worked. Before: ${nPRC_sys} + ${nPRC_plnt} After: int(${nPRC_sys}) + int(${nPRC_plnt}) Now, jsut to figure out why it isn't passing the indexed values across properly (it's probably related to the returning of the value as text instead of an integer as well).
... View more
01-14-2026
08:28 PM
|
0
|
0
|
1160
|
|
POST
|
I'm build a survey in Survey123 Connect and it contains a number of repeats. I'm using the repeat_count parameter and count() to get how many repeats have been created in Repeat A and using that to generate prefilled repeats in Repeat B, but keep running into an issue. It seems that when adding counts together, instead of adding 1 + 1 to get 2, its returning 10. If I add a 3rd count on, instead of 1+1+1=3, it returns 100. What am I doing wrong? In the screenshot below, I have 1 repeat each in 2 of the 3 repeat tables to be counted (Part_B_Part_C_Prevention_Risk_Controls_PRCs_System_Procedural_Controls and Part_B_Part_C_Prevention_Risk_Controls_PRCs_Plant_Equipment_Infrastructure_Controls) which is reflected correctly in label1 and label2 with "1" returned in each. But in label4, instead of showing "2", it shows "11". This is compounded in label5 with "110" being returned. It's like it's concatenating the values instead of adding them together. This then results in 110 repeats being created in the destination table (instead of 2). I also don't seem to be getting the value passed across correctly (PRC to action) but thats a different issue and haven't dug into it yet. Note - in the sample xls attached, I've set the fields to text to show in the form, but the intention is for them to be calculate fields and hidden.
... View more
01-14-2026
08:21 PM
|
0
|
6
|
1166
|
|
BLOG
|
Cool app! I'm definitely on the "dive in and see what happens" bench, though agree that I should probably use wireframing more. I definitely stick with what I know, but thats mainly so that users in my org don't have to relearn how to navigate an app each time they open one (they all have a similar purpose - just different focus data).
... View more
01-08-2026
06:51 PM
|
1
|
0
|
402
|
|
POST
|
https://community.esri.com/t5/modelbuilder-ideas/add-ability-to-clear-custom-workspace-variables-in/idi-p/1676980/jump-to/first-unread-message
... View more
01-08-2026
06:02 PM
|
0
|
0
|
706
|
|
IDEA
|
As discussed in this question post, I'd like to be able to clear or reset the Environment Settings for a Model so that it uses the default database/workspace of the user/project. Currently, once one of those Environment Settings have been modified, it seems to be impossible to reset it back, forcing the model to continue using a specified location. This has been problematic for me as the locations specified don't always work for all users on all devices (e.g. different permissions on a remote server compared to a users PC).
... View more
01-08-2026
06:02 PM
|
2
|
0
|
545
|
|
POST
|
Thanks for adding your experience! Glad I'm not the only one. I think I'll have to add an Idea so that we can reverse this behaviour after applying it.
... View more
01-08-2026
05:17 PM
|
0
|
1
|
708
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 2 weeks ago | |
| 2 | 2 weeks ago | |
| 4 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 2 | 3 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
9 hours ago
|