POST
|
@TrentonWalker @Robert_LeClair We stumbled across this or at least something very similar, particularly with the Living Atlas hillshade but I believe we replicated the issue with another imagery service: 3DEP DEM Hillshade. At first we suspected that adding a layer that was not WGS84 WMAS to the web map prior to adding he hillshade would change the PCS of the web map...perhaps something to do with projecting on the fly. If we simply add the hillshade to a new/empty web map, the resolution seems fine. We don't seem to be experiencing the degraded resolution when consuming the layer in ArcGIS Pro or a web map referenced by an ExB web app. Perhaps more details to come. @RebeccaDiGirolomo found this issue initially.
... View more
11-15-2024
06:43 AM
|
0
|
0
|
831
|
POST
|
hmm, that's interesting thanks. I'm just at a loss why sometimes you see body/items and other times just items. It's really hard to use other examples, even from Esri, because the interface always looks slightly different, or Power Automate tries to add in another 'for each' that isn't needed etc. Case in point in this video, the presenter mentions that they are using Attachment ID (which is a dynamic option from a previous step in Power Automate), but the actual entry shown on the display they are presenting from in Power Automate doesn't say that at all. So confusing... On top of that, there are several examples out there regarding working with attachments and they don't even use any of these Esri/ArcGIS actions, it's just HTML stuff generic to Power Automate.
... View more
11-06-2024
07:04 AM
|
0
|
1
|
1412
|
POST
|
I'm attempting to build a flow to push attachments to a Team's channel when a new feature is created. The trigger for the new feature fires just fine, the new feature has an attachment, but the Fetch updates action does not see/have any attachments in the payload. Therefore the following Query attachment does not execute. I've looked at a few examples and I believe this is the way to access attachments...wish there was better documentation related to this! Thanks for anyone's help!
... View more
11-06-2024
06:58 AM
|
1
|
0
|
426
|
POST
|
@DominicRobergeIADOT Thanks for reaching out. This is one of the more curious points for me as I recall seeing body/items in the past but it's not listed in the options now it seems: Was the compose step something you found through experimentation? I've not seen any Esri example with that yet.
... View more
11-05-2024
06:26 AM
|
0
|
3
|
1435
|
POST
|
I've been at this on & off for a few months now. Relevant info: HFL in AGO; 'Keep track of changes to data' enabled. Have tried several different flows based on blog posts etc., some of the previously provided examples from Esri appear to be out of date now as things have advanced (such as parsing an array). The trigger 'When a record is updated in a feature layer' is working. The action 'Fetch update, changes, or deletions...' returns an empty payload regardless of the changes made to the HFL (delete, update attributes, etc). While the flow shows as successful, any of the subsequent steps like posting in a teams channel actually just hang Below are screenshots showing the different flows: Using 'body' Using array(triggerOutputs()?['body']) per a previous Esri example: Created a parallel branch to test the trigger itself and this works as expected: As we can see the trigger is firing as expected: and the subsequent Teams channel message is sent. But for the Fetch updates, changes, or deletions, the payload/body/output is always empty in all these versions: What am I doing wrong??
... View more
11-05-2024
05:16 AM
|
0
|
5
|
1461
|
POST
|
Hi @PeterKnoop thanks for the reply. To be clear: this is a standalone Conda environment. I have cloned a fresh environment for the sake testing this install of the API. I've previously had the older API in my stand alone Conda environment without issue. Again, the errors I've faced using Conda to install the new API have resulted in the errors I listed above. Thank you! [I know I have to clone an env. associated with an ArcGIS Pro install in order to add/upgrade packages. I prefer to not have any Pro installation on the device I use for my dev environment as, like you pointed out, there can be compatibility issues with the Esri provided environment].
... View more
10-31-2024
06:00 AM
|
0
|
1
|
1246
|
POST
|
My issue with using Pip is that it tends to introduce dependency conflicts by pulling dependencies from PyPI.
... View more
10-31-2024
05:33 AM
|
0
|
0
|
1251
|
POST
|
Hi @PeterKnoop did you happen to see my installation issue over here? Any thoughts?
... View more
10-31-2024
05:26 AM
|
0
|
1
|
1933
|
POST
|
UPDATE: After letting the command prompt sit for >1hour, the following errors are returned: It should be noted that if you simply try to install the arcgis, you will not get the latest version of the API: What am I missing here!!!???
... View more
10-25-2024
06:44 AM
|
0
|
0
|
1343
|
POST
|
I tried reverting the solver to classic but this failed as well: I reverted the solver back and attempted to install with no dependencies and still same error:
... View more
10-23-2024
08:21 AM
|
0
|
0
|
1385
|
POST
|
conda version : 24.9.1 Per documentation, using the following command: conda install -c esri arcgis arcgis-mapping And it just stalls there.
... View more
10-21-2024
08:32 AM
|
0
|
7
|
1467
|
POST
|
this post may be helpful for you in planning out your process. This also covers what you are seeing above. Also, to my knowledge, having the index being set to unique enforces there not being duplicates, but even if the index on a Global ID field is non-unique, the Global ID values are expected to be unique because of the GUID generation process. I mean, you can create your own UUID's all day long w/o the attribute index and (see previous citations about uniqueness) not worry. def CalcGUID():
import uuid
return '{' + str(uuid.uuid4()).upper() + '}' You could always capture your GlobalID's in an alternate UUID/GUID field if you need to actually keep them. [If you read the various supporting documentation via the thread I provided you, you will see the details about when/how GlobalID's can be preserved].
... View more
08-15-2024
09:03 AM
|
0
|
0
|
1022
|
POST
|
The chance of a collision for UUIDs is so low it is hard to comprehend (especially within one database/dataset).
... View more
08-15-2024
08:35 AM
|
0
|
0
|
1023
|
POST
|
Bump. I'm surprised Field Maps doesn't support multiple label classes.
... View more
08-15-2024
08:13 AM
|
0
|
0
|
1047
|
Title | Kudos | Posted |
---|---|---|
1 | 11-06-2024 06:58 AM | |
1 | 12-16-2022 07:01 AM | |
1 | 08-09-2024 06:55 AM | |
1 | 08-13-2024 05:58 PM | |
1 | 07-23-2024 08:00 AM |
Online Status |
Offline
|
Date Last Visited |
04-07-2025
08:36 AM
|