Hello,
I am experiencing an issue with the ArcGIS connector in Power Automate that appears to have started recently.
I have a flow that has been working successfully for several months. The flow retrieves records from a hosted feature layer and then uses the Get Attachment action to download the associated photo attachment. The downloaded image is subsequently processed by the EXIF action to extract GPS metadata.
Current configuration of the Get Attachment action:
- Object ID = OBJECTID
- Attachment ID = OBJECTID
This configuration worked previously without any issues.
Recently, the flow started failing. The Get Attachment action returns the following response:
{
"error": {
"code": 404,
"message": "Unable to complete operation.",
"details": [
"None. This feature has no associated attachments."
]
}
}
The subsequent EXIF action then fails with:
DataView: Passed buffer type is unsupported.
However, I have confirmed that:
- The feature exists.
- The feature has a photo attachment in ArcGIS Online.
- The flow has been running successfully with the same configuration since last year.
- The issue appeared recently.
- The ArcGIS connector version reported by Power Automate is:
ArcGIS 2026.2.0 (2026.05.13)
I am wondering whether there has been a recent change in the ArcGIS Power Automate connector regarding the Get Attachment action.
Specifically:
- Does the Attachment ID parameter now require the actual attachment ID instead of the feature OBJECTID?
- Has there been a recent change or known issue affecting Get Attachment in connector version 2026.2.0?
Any guidance would be greatly appreciated.
Thank you.
-Jepp Vandal