|
POST
|
All, I have a Flow that is supposed to copy geometry and attributes from an ArcGIS Online hosted feature class parent record and attributes from a related record to an Enterprise hosted feature class. It is triggered by changing an attribute in the related table. After the record is copied, I have added a step to the Flow to populate a field in the original related table as '1.' This is used in a condition to prevent duplicate copies if the original geometry or attributes are edited in the future. The problem is sometimes the Flow works. Other times Power Automate says "Your flow ran successfully" but it doesn't actually finish; it gets to the Condition step and spins. In the Run results it shows that there is an error, but "The expression contains dynamic functions, variables or parameters that cannot be resolved in the debugger." The Power Automate team suggested I try adding another condition to check if the returned array is not empty. However, I've tried several and it still doesn't work. See the attachment. The team is currently working on a release and can't get away to help and suggested I post here since I need immediate assistance. The function I entered into the window is: empty(outputs('Fetch_updates,_changes,_or_deletions_from_feature_layer')?['body/items']) Sometimes this function doesn't have an error associated with it (the screenshot shows an exclamation point, but some of my trials don't result in the exclamation point), but the others still do. Any suggestions? Annina
... View more
11 hours ago
|
0
|
0
|
61
|
|
POST
|
Thanks for the suggestions! Both don't work so I'm contacting support. I'll update the post when I receive a solution!
... View more
2 weeks ago
|
0
|
0
|
155
|
|
POST
|
All: I have a survey (created using Survey123 Connect) I launch from a URL in a pop up. I have configured the URL to include parameters to automatically populate survey responses. This has been working for a while (1+ years?) but just noticed that a couple of the questions I have included parameters for aren't being populated. They are in a group in the survey, are integer field types, and the source and destination field names are the same. The parameters are in the middle of the URL; parameters before and after work fine (including other questions in groups). The data even display in the URL but they don't show in the survey fields. I've tried the following: Clearing browser cache Re-publishing survey (from Survey123 Connect) Changing all fields in the source hosted feature layer in the web map to not use thousands separators (not just the fields I'm having trouble with) Submitting the survey even though the fields aren't completed to see if they might populate the table (they don't) I've attached screenshots of part of the URL and the portion of the survey where it should be written. Note: I have the "Enable Draft Mode" setting turned on due to random submission failures. This needs to stay on. I have tried resetting the page and it still doesn't populate. Any ideas or if this might be a bug with a workaround? Annina
... View more
3 weeks ago
|
0
|
2
|
281
|
|
POST
|
I am trying to configure the time slider in an ArcOnline web map on the USA NAIP Imagery: Natural Color (Imagery Layer (collection)). All I can see is either the first or the last image year, depending on whether the "Reverse the order" option is toggled on. The only reason I mention this is that I've tried all different combinations of settings but only one image is displayed. It was super easy in ArcPro to configure the time slider on the same service... Any help is appreciated!
... View more
03-13-2026
10:58 AM
|
0
|
0
|
143
|
|
POST
|
Thanks, @ToddW_stl, for the reply. I'd like to highlight that it erases everything from your phone, so make sure you do the back up step!
... View more
03-12-2026
08:06 AM
|
0
|
1
|
478
|
|
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
|
577
|
|
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
|
584
|
|
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
|
597
|
|
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
|
602
|
|
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
|
646
|
|
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
|
1500
|
|
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
|
481
|
|
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
|
543
|
|
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
|
547
|
|
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
|
553
|
| 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 |
11 hours ago
|