|
BLOG
|
You should use gis = GIS('pro') that pulls your credentials from Pro that is logged in on that same computer. Never hardcode your username and password for security. Also works for MFA. Also there is now a toolbox for this https://pro.arcgis.com/en/pro-app/3.4/tool-reference/data-management/export-attachments.htm You can use https://pro.arcgis.com/en/pro-app/3.4/tool-reference/data-management/select-layer-by-attribute.htm before then feed the export tool from Select By Attribute. Hope that helps
... View more
11-17-2025
06:22 AM
|
1
|
0
|
887
|
|
POST
|
Is it getting numbers back? If you move to a csv hosted then your pulldata needs the URL. That then assumes you are online at the time of course. Take a look at this post https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-pulldata-quot-layer/ba-p/1224415
... View more
11-12-2025
08:00 AM
|
0
|
0
|
428
|
|
POST
|
@TylerT marking as solution as that is super slick! -1 point for having a screen shot vs text so I can't copy/paste lol thanks!
... View more
11-10-2025
02:53 PM
|
0
|
0
|
2459
|
|
POST
|
It could be the order of operations as the web can be different. So its trying the repeat geopoint before pulldata loads. Try putting a relevant on the geopoint in the repeat that makes sure the parent geopoint is not empty. May have to try != "" and if not try string-length > 0 If that does not work try a relevant tied to one of the pulldata fields. I would turn off hidden for now to see what its getting and when. Always good for testing to see the values and hide later. Hope that does it.
... View more
11-10-2025
12:27 PM
|
0
|
2
|
1538
|
|
POST
|
Sorry just say this. Simply add a geopoint to the parent section.
... View more
11-10-2025
08:49 AM
|
0
|
0
|
1547
|
|
POST
|
@EmilySpeck You can just add the name of the parent geopoint into the calculation of the child geopoint I think. Just like any other field. Give it a try
... View more
11-10-2025
08:49 AM
|
0
|
4
|
1547
|
|
POST
|
Turn on logging in settings and see if you can get more info. Also in the AGOL setting page for the map make sure it passes the offline checks. Hope that helps
... View more
11-06-2025
12:36 PM
|
0
|
0
|
2325
|
|
POST
|
If you mean they can make a new one then not move it after that then no. It can move or not move is it. Which makes sense you can either edit geometry or you can't.
... View more
11-06-2025
06:51 AM
|
0
|
1
|
1585
|
|
POST
|
Well new points no I thought you meant preloaded points. I would always let the exact be collected. What if they labeled it wrong? Picked the wrong preload? What about proof they went out there? You always want the real location of a new point. What I do is have arcade the tells them how far they are away and have them get closer in the popup. Current point distance from design meters var originShift = 2.0 * PI * 6378137.0 / 2.0; var lon = (Geometry($feature).x / originShift) * 180.0; var lat = (Geometry($feature).y / originShift) * 180.0; lat = 180.0 / PI * (2.0 * Atan( Exp( lat * PI / 180.0)) - PI / 2.0); return Round(Acos(Sin(lat * PI / 180)*Sin($feature.DesignLat * PI / 180) + Cos(lat * PI / 180)*Cos($feature.DesignLat * PI / 180)*Cos(($feature.DesignLong * PI / 180)-(lon * PI / 180))) * 6371000,2) Hope that helps. But I do not know a way to force a location of a new point.
... View more
11-05-2025
03:44 PM
|
0
|
9
|
1599
|
|
POST
|
Yes check the setting page of the service there is a section to turn off geometry updates and pick which layers.
... View more
11-05-2025
01:50 PM
|
0
|
12
|
1607
|
|
POST
|
I get what you are saying but you can just connect in Pro and then delete or append or whatever. Way easier.
... View more
11-05-2025
01:19 PM
|
0
|
3
|
1359
|
|
POST
|
Oh and you can use HTML emojis also which is cool https://community.esri.com/t5/arcgis-survey123-documents/how-to-simulate-instant-data-checking-using-emojis/ta-p/916725
... View more
11-05-2025
12:20 PM
|
0
|
0
|
1500
|
|
POST
|
Oh yea I forgot about that. Its kinda new so I forget. thanks
... View more
11-05-2025
12:19 PM
|
0
|
0
|
1501
|
|
POST
|
I think you will want to use Pro and Append with the setting to keep globalids (and hope it actually works) or all your repeats are broken. That is why I leave the built in globalid relates but also have my own key with a relate as well. Otherwise if you move anything your are in trouble. globlalid is a poor relate choice in my experience. If you are stuck now. Add a new field in the original survey then calc over the globalid so at least you have a way to fix the repeats later. Add that field to the new form too of course. Hope that helps
... View more
11-05-2025
12:13 PM
|
0
|
5
|
1399
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-08-2026 07:34 AM | |
| 1 | 3 weeks ago | |
| 1 | 07-08-2026 03:46 PM | |
| 1 | 07-08-2026 03:08 PM | |
| 1 | 07-08-2026 03:15 PM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|