POST
|
Agreed - the lack of consistency is a pain. The hacky workaround I use is something like this: species_type = ['flora','fauna'] species_flora = [<list of flora species>] | conditionally visible species_fauna = [<list of fauna species>] conditionally visible species_value = hidden field that pulls either `species_flora` or `species_fauna` species_value holds the actual choice in a single spot, so I don't have to look for multiple fields in reports/symbology/etc. I have tried contingent values in the past - but they are a total pain to update post-publish.
... View more
08-29-2025
08:59 AM
|
2
|
0
|
341
|
POST
|
tough one! not many options once you start using pages appearance. You could have the image in the page1 group label instead. type name label hint media::image begin group foobar Example Form Title header.png note <span></span> end group
... View more
07-10-2025
04:16 PM
|
0
|
0
|
314
|
POST
|
I can report I am running into the same issue. I am looking into the keywords stored in my various attachments.
... View more
06-30-2025
11:32 AM
|
1
|
0
|
393
|
IDEA
|
The early adopter community exists, but they didn't have any release notes or details on what changed. So there wasnt even really a proper beta this go-around.😤
... View more
06-26-2025
08:56 AM
|
0
|
0
|
1192
|
POST
|
You can control this by adding `width` param to your url. See docs here: Launch the web app—ArcGIS Survey123 | Documentation For example: https://survey123.arcgis.com/share/36ff9e8c13e042a58cfce4ad87f55d19?width=1
... View more
06-20-2025
01:11 PM
|
0
|
0
|
290
|
POST
|
yes this is the case of how offline areas are managed in field maps. though there is an alternative, pre-loading a basemap on the device. Then the users would only need to download the feature data, not all the imagery/other basemaps. See: https://doc.arcgis.com/en/field-maps/latest/prepare-maps/configure-the-map.htm#ESRI_SECTION2_4308BA6C95E543C1B209EBEB95A00452
... View more
05-29-2025
11:53 AM
|
1
|
0
|
319
|
POST
|
this is a perfect use case for f-strings. fstring.help: Python f-string guide f"{!ALLROADNAM!:.<10}" examples: f"{'Done':.<12}" # Done......... f"{123:.>8}" # .....123 f"{'Middle':.^10}" # ..Middle..
... View more
05-01-2025
08:26 AM
|
2
|
2
|
933
|
POST
|
I would make sure your urls are encoded, like using the URLEncode() method via arcade. That fixes most issues I have had with hyperlinks. Also - check the field maps troubleshooting logging for more details. It may give you more details to go off of!
... View more
04-01-2025
01:33 PM
|
0
|
1
|
320
|
POST
|
Oh and potentially the simplest method, utilizing the geospatial aspect: - hide any site metadata questions - add geopoint question to photos repeat - update site_id via post process via arcgis pro, web-editor or notebook I have notebooks that automate this sort of thing, but it could be a quick manual process too.
... View more
03-28-2025
10:58 AM
|
0
|
0
|
684
|
POST
|
you could also do a print out of QR codes - I bet you could fit 21 on a single page. Another alternative that is a bit more involved. Given a set-up like this: Site Point Photos Repeat You could pre-populate the site points and use the Inbox functionality to allow them to load all sites before going out. Workflow: User navigates to Site 1 Opens Survey123 Form Opens Inbox Selects "Site 1" Adds photos to the repeat. Perquisites: Form would need instance name configured Repeat would need `bind::esri:parameters` set to allowAdds=true Result would be a 21 records, each with a series of related records. Prepare to edit existing survey data—ArcGIS Survey123 | Documentation
... View more
03-28-2025
10:56 AM
|
0
|
1
|
685
|
POST
|
Have you considered using url parameters Launch the field app—ArcGIS Survey123 | Documentation? A couple of ways you could implement this: - Field Maps Points/Polygons that represent the sites. User clicks on site "Launch Survey123 Form" > launches survey with attributes pre-populated - QR codes at the site locations. User scans > launches survey with attributes pre-populated
... View more
03-28-2025
10:21 AM
|
0
|
3
|
717
|
POST
|
It must be the database level, not allowing null values. That setting seems to not be best practice nowadays, it seems to cause problems with field maps designer. on a field without "Allow Null Values", it works as intended.
... View more
03-19-2025
11:13 AM
|
0
|
0
|
552
|
POST
|
I believe that tasks integration is coming up in field maps this year. I would keep an eye on the https://earlyadopter.esri.com/ for docs
... View more
02-17-2025
04:40 PM
|
0
|
1
|
615
|
POST
|
Agreed - probably hitting the character limit! Another option would be to minimize the length of the values being passed. For example, if your domain for INFRASTRUCTURETYPE was: - "transmission_pole" you could switch to "tp" or 1
... View more
01-23-2025
09:05 AM
|
1
|
0
|
801
|
Title | Kudos | Posted |
---|---|---|
2 | 08-29-2025 08:59 AM | |
1 | 06-30-2025 11:32 AM | |
1 | 05-29-2025 11:53 AM | |
2 | 05-01-2025 08:26 AM | |
8 | 01-21-2025 10:47 AM |
Online Status |
Online
|
Date Last Visited |
an hour ago
|