|
POST
|
I see. Thanks for the example. Unfortunately this makes the survey longer (I know, just one easy question) but users push back on extra questions, no matter how easy. I'll have to just remove empty records every once in a while.
... View more
03-06-2026
12:17 PM
|
0
|
0
|
933
|
|
POST
|
I don't think that will work because if I put a relevant on the repeat, it will only show if the previous question is marked as 'Yes' (there is only one option for this question: 'Yes'. It can be skipped). I still need the user to be able to attach files if that field is skipped.
... View more
03-06-2026
09:20 AM
|
0
|
0
|
940
|
|
POST
|
Nice thought, but the user still needs the option to add attachments even if the question that makes adding an attachment required isn't marked as 'yes'. A little more background: there is a possibility that a user already has a shapefile available for a site, and instead of having them digitize the polygon again in the survey, I'm having them just do a simple shape over the site. Then, later in the survey, they mark the question "Is there existing geometry available?" as 'Yes'. This then makes the attachment question required, mainly so they don't forget to add the existing geometry. Sometimes, though, the user doesn't have existing geometry so they digitize the site in the survey and they mark the question "Is there existing geometry available?" as 'No'. The attachment section isn't marked as required but it's still visible in case they have site photos they want to keep with the survey.
... View more
03-06-2026
06:16 AM
|
0
|
0
|
953
|
|
POST
|
Thanks for the insight, @MobiusSnake. I've also been manually deleting the empty records, mainly when I'm migrating my data to new versions of my Tool. Not ideal, but I'm glad to know I'm not the only one in this boat.
... View more
03-06-2026
05:25 AM
|
0
|
0
|
958
|
|
POST
|
I have created a survey with Survey123 Connect with the option of adding multiple attachments; I've used a begin repeat with only one record in the repeat, which is of 'file' type. There is only one other parameter for the question: it's required to add an attachment if a previous question is marked as 'yes'. It works great. However, I have noticed that if a user doesn't need to include an attachment, a relationship record is still created in the related table. This isn't consistent, either; sometimes the relationship record is created and other times it isn't. The problem comes when users are reviewing the collected data in a web map. The parent record's pop-up states that there is an attachment/related record, but when they click on it, there's nothing attached. I'd like to have a relationship only created when there is actually an attachment. So, if there isn't an attachment, the related record section in the parent record's pop-up would say '0' rather than '1'. Does anyone know a solution for this?
... View more
03-05-2026
12:45 PM
|
0
|
8
|
1002
|
|
POST
|
Unfortunately I had to try a factory reset--but at least it solved the issue!
... View more
03-03-2026
12:15 PM
|
2
|
5
|
2199
|
|
POST
|
I'm having this issue, too! I've copied/pasted a couple of Arcade expressions from an existing map layer's pop-up to a new map (I'm creating the next iteration of our Tool) and it works in the first version but not in the second. One uses the FeatureSetByPortalItem but the other doesn't; it's supposed to just concatenate fields: var address = IIf(IsEmpty($feature.siteadd1), '', Concatenate($feature.siteadd1 +
(IIf(IsEmpty($feature.siteadd2), '', TextFormatting.NewLine + $feature.siteadd2)) +
TextFormatting.NewLine + $feature.sitecity + ", " + $feature.sitestate + " " + $feature.sitezip))
return address Any ideas when this might be fixed?
... View more
02-27-2026
09:25 AM
|
0
|
0
|
721
|
|
POST
|
Esri Support is still looking into this issue. If anyone has a similar issue, please contact Esri Support and reference case number 04104217. Thanks!
... View more
02-23-2026
11:59 AM
|
1
|
1
|
795
|
|
POST
|
Thanks for the instructions! I was able to run the debugger and I successfully uninstalled Field Maps. I reinstalled BUT...still have the issue. 😞
... View more
02-06-2026
10:39 AM
|
0
|
1
|
819
|
|
POST
|
Yes! I have spoken with Esri Support and they are looking into it. The case number is 04104217, in case anyone else is having the same issue. Will update here when I know more.
... View more
02-06-2026
05:48 AM
|
1
|
0
|
825
|
|
POST
|
Thanks for the suggestion. I downloaded the SDK Platform Tools and ran adb devices in the command line but there weren't any found. I tried this on two computers (in case there were admin settings preventing something from occurring), but the result was the same. Interestingly, when I connect my phone to the computer it appears in File Explorer but the folder is empty.
... View more
02-06-2026
05:28 AM
|
0
|
3
|
1591
|
|
POST
|
I am unable to give a screenshot. After I tap on the app button the Field Maps splash screen appears for less than a second and closes.
... View more
02-06-2026
05:04 AM
|
0
|
4
|
827
|
|
POST
|
Thanks, but I'm still having issues: I. I have 97 GB memory available, so it shouldn't be due to this. Plus, I was able to use the app 2 days ago. II. All other apps are closed. III/IV. I can't update my Android OS; it says it's up to date. My other device, a Pixel 8a, is running Android 16, too, and the app works fine there. V. I was able to use Field Maps Designer to create a map with a brand-new layer. Unfortunately, FMD created some sort of hidden field or setting that didn't allow for the collection of data either on a browser or in the Field Maps app (on the working device). This is what started this whole issue. Since I wasn't able to collect data, I thought there might have been some setting persisting in the app, so I uninstalled/re-installed, and that's when it started crashing. I ended up deleting the map and layer, created a new layer in ArcPro and served it to ArcOnline, added it to a new map, and finally was able to collect data in both a browser and in the Field Maps app (on the working device).
... View more
02-05-2026
05:42 AM
|
0
|
6
|
860
|
|
POST
|
Just tested clearing cache and data; still crashes. I don't have another account in the organization, and unfortunately, I'm remote so I can't ask another to try their credentials. However, we do have a test member account for the organization. I should mention that to use this account, I have to log in differently: instead of entering the organization's URL, I have to use the ArcOnline log in screen. Even so, I tried clearing cache/data and logging in with those credentials and the app crashed.
... View more
02-05-2026
05:27 AM
|
0
|
5
|
1625
|
|
POST
|
Thanks, I'll start a ticket with them and update here as I work through!
... View more
02-04-2026
07:38 AM
|
1
|
0
|
1665
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 03-03-2026 12:15 PM | |
| 1 | 02-23-2026 11:59 AM | |
| 1 | 02-06-2026 05:48 AM | |
| 1 | 02-04-2026 07:38 AM | |
| 1 | 02-04-2025 05:12 AM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|