|
POST
|
@TimLohnes1 are you using a Feature layer with data referenced from an enterprise geodatabase? or do you have a webhook on a Map image layer? If so, it is not working at the moment. This will be fixed in our next release. Please confirm. If that is not the case, and the layer is a hosted feature layer then lets work on trying to isolate this problem.
... View more
06-16-2025
02:00 PM
|
0
|
1
|
2013
|
|
POST
|
I am not sure about the S123 outages. (do you mean the ArcGIS actions?). Some of my recurring flows are taking 4-6 tries and 10+ minutes but are succeeding.
... View more
06-11-2025
10:16 AM
|
0
|
5
|
2295
|
|
POST
|
@DanSenner , @abureaux Thanks for your comments. We were experiencing slow responses from ArcGIS Connectors but didn't see failures, this was since 1.5 hours ago, we are investigating the if there are any issues to the load and containers. Appreciate everyone's prompt feedback!
... View more
06-11-2025
08:45 AM
|
0
|
7
|
2323
|
|
POST
|
the ArcGIS for Power Automate containers are working as expected today. You may need to reauthenticate your connections. Apologies for the disruption and inconvenience. Please let us know if you have any persisting issues.
... View more
06-10-2025
07:21 AM
|
1
|
0
|
2035
|
|
POST
|
The connectors are now up and running. Please let us know if you experience any odd behavior. It is possible that your connections need to be reauthenticate. Again, we apologies for the inconvenience and disruption.
... View more
06-10-2025
07:17 AM
|
0
|
3
|
2412
|
|
POST
|
Hi @Jamie_Leitch_CNF There has been an issue with the ArcGIS for Power automate containers since this morning, we are working hard to get to the bottom of the issue. We are sorry for the inconvenience this has caused.
... View more
06-09-2025
02:05 PM
|
0
|
1
|
1637
|
|
POST
|
Hello Everyone, Since this morning we are experiencing issues with our ArcGIS for Power Automate backend container which is causing connections to timeout and unable to load the feature layers in the organization throwing `The Dynamic invocation request failed error`. We are currently investigating the the cause and trying to get it fixed as soon as possible. We apologize for inconvenience and disruption.
... View more
06-09-2025
01:13 PM
|
1
|
20
|
4261
|
|
POST
|
Hi everyone, we are aware of this issue and currently looking into it.
... View more
06-09-2025
01:04 PM
|
3
|
1
|
2106
|
|
POST
|
@NataliyaLys We are experiencing some issue today and we are investigating the issue at the moment.
... View more
06-09-2025
01:03 PM
|
1
|
0
|
2727
|
|
POST
|
@LeviCecil Unfortunately, this is as designed by Enterprise or Online. There is a validity on refresh token provided by ArcGIS Enterprise and Online so they will expire at some point. Having a flow that runs every certain time interval will ensures renewal of the refresh token. You can find more information regarding types of token and their default and max values here Specify the maximum token expiration time—Portal for ArcGIS | Documentation for ArcGIS Enterprise. There is another post on how to create a recurring flow that might be helpful to some: Quick Tip: Keeping the ArcGIS Connectors for Power... - Esri Community.
... View more
06-06-2025
01:05 PM
|
0
|
0
|
2639
|
|
IDEA
|
@CarterHughes Return geometry is currently part of the get data action, click `Show all` Under Advanced parameters.
... View more
06-06-2025
12:53 PM
|
0
|
0
|
1351
|
|
IDEA
|
@Erwinvan_Veen1 Thanks for submitting this idea. Get data from Feature layer is going to receive significant re-haul in the next release but it will not include this. That said, this is still under consideration and we hope to bring it in the product soon. I understand It reduces the size of data returned from the `Query` endpoint but implementation isn't straightforward as we are constrained by PA's UI which can significantly add to the complexity of the form on this action. If you would like to achieve this for now you can simply use a select action in front of the `Get data from feature layer`.
... View more
06-06-2025
12:51 PM
|
0
|
0
|
1352
|
|
POST
|
@ahargreaves_FW If you are using ArcGIS Enterprise 11.2 or above you do not need to create an application. Just click create a new connection on the action you are running and it will open the following dialog. Use your Enterprise url without https. and use arcgisforpowerautomate as a ClientID. It should then ask you to log in. Please also make sure that your Enterprise instance is accessible to Power Automate and is not inside a firewall or internal network. Hope that helps.
... View more
06-06-2025
09:42 AM
|
0
|
0
|
3034
|
|
BLOG
|
@ckellow Thanks for your question. I think maybe the example JSON isn't clear enough to understand this, hope following will clarify that. In the Power Automate form for the action e.g. `Update records in a feature layer (batch)` requires you to choose the layer and the unique id field for that layer. According to the layer I am using in the screenshot above it it is `FID`. This is used to identify which features this batch action is going to edit and not the geometry. This means the attributes json must have the uniqueID field as a key value pair. If it is a hosted feature layer then Unique id field is auto generated which could be FID/ObjectID or GlobalID. In the JSON below I am editing the features with FID 1 and whatever the attributes/geometry I need to update. [
{
"attributes": {
"FID": 1,
"objectid": 1,
"name": "REDLANDS COMMUNITY HOSPITAL",
"address": "350 TERRACINA BLVD",
"city": "REDLANDS",
"state": "CA",
"zip": 92373,
"ownership": "Government",
"ntl_rate": "No Different than Natl Rate",
"mortreadmi": 20.7,
"total": 52,
"latitude": 34.03667703,
"longitude": -117.2038564,
"admissiond": 1436572800000,
"GlobalID": "f822cf31-60d3-426d-8589-1c1486b19739"
},
"geometry": {
"x": -13047073.613499999,
"y": 4033727.9189999998
}
}
] On a side note for you to use up Create, update, delete operation with ArcGIS actions in Power automate a feature layer must have editing enabled with Editor tracking on.
... View more
06-06-2025
09:34 AM
|
0
|
0
|
918
|
|
POST
|
@TimLohnes1 I sorry, it is /server/admin/services/webhooks. Access the webhook correct webhook related to your service and check the `Notification Status` or status in the bottom for any errors. I would also ask you to check `Connections` tab in Power automate home page to see if your connection has expired and needs re authenticate. Also, did anything recently changed for this layer? e.g. Ownership/ editing capabilities or was the layer overwritten by some data. Any additional info will help for me to try and reproduce this issue.
... View more
06-06-2025
09:09 AM
|
0
|
0
|
2117
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 3 | 3 weeks ago | |
| 5 | 3 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|