|
IDEA
|
Hi @AlfredBaldenweck , Thank you for submitting this idea. This is a good use case and we will take this under consideration.
... View more
a week ago
|
0
|
0
|
21
|
|
POST
|
This should be resolved. If you are facing additional details please refer to this blog for different cases. :warning: Authentication Issue with ArcGIS Connector (Release 2026.2)
... View more
2 weeks ago
|
0
|
0
|
65
|
|
IDEA
|
Hi @JamesTurner2, Thanks for submitting this request. I am trying to understand the need for this request. Can you not configure and test your report template prior to adding to the automation? Or, can you please elaborate on your workflow and what would help as apart of automation? Thanks, Akshay
... View more
3 weeks ago
|
0
|
0
|
61
|
|
POST
|
It looks like this may be an intermittent issue. When you mentioned that you "tried increasing the number of retries," are you referring to the Retry Policy setting under the action's settings? If not, I'd recommend trying that first. You could also add a delay of around 30 seconds before the Fetch action to see if that improves reliability. The "Sync replica internal error" is being returned by ArcGIS Online and it is unrelated to either the ArcGIS Connector or the 2026.2 update. This error indicates that something is failing internally within the service. Based on the details provided, it may be related to editor tracking, as the Extract Changes endpoint can sometimes return this error under those conditions. In some cases, this is a temporary issue. Resubmitting the request generates a new call to the Extract Changes endpoint, which may succeed. As a troubleshooting step, you can copy the changesUrl returned by the webhook action, append a valid ArcGIS token, and invoke the REST endpoint directly. If the same error occurs there, it would further confirm that the issue originates from ArcGIS Online rather than the connector. One resolution that has helped in similar cases is to disable editor tracking and then re-enable it. Please note that this approach can result in the loss of editing history, so it should be considered carefully. At this point, I would recommend opening a support case with the ArcGIS Online team, specifically regarding the Feature Service Extract Changes endpoint. They should be able to investigate the underlying service-side failure.
... View more
3 weeks ago
|
1
|
1
|
166
|
|
IDEA
|
Hi @AndrewRudin1 , This is possible. The dropdown can only load upto 1000 entrees. It is possible that you have more feature layers (not feature services) in your content or organization. Try adding the table to Favorites and access it through the Favorites filter or copy the url to the table and paste it as a custom value in the dropdown. This should pick it up. Hope that helps.
... View more
3 weeks ago
|
0
|
0
|
30
|
|
POST
|
@MarisaTurkunfortunately, I couldn't reproduce this issue (in ArcGIS Online). Can you maybe give me more information on the field? Is it a UniqueID field? What do you see at the rest endpoint as a field type? e.g. for the following field I can see store_num_string (type: esriFieldTypeString, alias: Store Number Strings, SQL Type: sqlTypeOther, length: 30, nullable: true, editable: true) Is it on a feature service or a view? I will also have you try creating a new get data from feature layer action in another flow and see if that still fails. If it still doesn't work then please create a support issues and we will try to look at it. Using a WHERE clause is quite powerful and please use it if that works.
... View more
07-03-2026
01:22 PM
|
0
|
0
|
115
|
|
POST
|
Thanks, Marisa, I will test it. Appreciate your prompt response.
... View more
06-25-2026
12:22 PM
|
0
|
0
|
226
|
|
POST
|
@MarisaTurk Thanks for reporting. I will take a look. What is the input in the Search text input box in this case? are you is it "01315943" or 01315943 with no quotes?
... View more
06-25-2026
11:29 AM
|
0
|
2
|
238
|
|
POST
|
@Jean-PhilippeLabrecque Get attachment action has not changed in a while, and always needed an attachmentID which is different than the objectID. Is it possible that you luckily had the same attachment id as the object id? Maybe new attachment was added to the feature and the old attachment was deleted instead of being replaced causing the failure. If you want to dynamically get the attachment ID using the attachment name, I recommend you to use Query attachment action and then use get attachment or get attachment from URL using the attachment ID/url returned from it. If your feature has multiple attachment then you may need to filter them out using Filter array then dynamically get the attachment using get attachment action. *Note that I removed the get attachment out of the For Each loop and added a formula to get the 1st item's 'id' in the filter array
... View more
06-16-2026
12:58 PM
|
0
|
0
|
204
|
|
BLOG
|
Hello Everyone. First of all thank you for your patience. Microsoft confirmed that the Fix with the update has been rolled out to the US this morning (Sunday June 14, 2026). I was able to test multiple scenarios. Here is a summary of my testing and cases with screenshots on how I was able to fix any issues I experienced. I will keep monitoring my flows for any errors. Connections created Comment If working If they are broken Pre June 3 before any issues stated, Version 2026.1 or older By stroke of luck if you did not touch any connections these should re-authenticate with no issues. For possible issues and fixes refer CASE 1, 2, & 3 Should continue to work Try not to reconnect at first, instead try this: Edit the flow that is failing the flow should fix any errors, then exit the flow without saving. If 1 doesn’t work then try changing connection back and forth on actions that are in error state. Try reconnecting existing connection or Switch accounts Using the workaround posted above (between June 3-9) These connections created using the new Multi-Authentication in 2026.2 before Microsoft roll-back on June 8-9 These connections authenticated through both OAuth2 and API Key Should automatically start working. Refer Case 4 Check when the start working Try editing the flow (don't make changes) Save. They should start working After the roll-back (2026.1) These are essentially same as the last release if you created them after the roll back (between June 9 - 14ish) and only saw single-auth to connection These should continue to work. Refer CASE 1-3. Lucky Try reconnecting or switching account, They should show the sign-in dialog Case 1 Old connection Pre June 3rd that I reconnected after the roll-back (after June 9). The flow is working as expected but when I edit the flow I see this it is in the error state FIX Open the flow. Open the action with error Click change connection Select a different connection Re-select the original connection. Save the flow CASE 2 The Flow was failing with a time out error for no real reason. This is using the connection created after roll-back on June 9 (2026.1) Open the flow in Edit mode to show no errors then closed the flow without saving fixed this issue. If this doesn't work try saving. CASE 3 If you see your connection is still connected but when using it in a flow throws following error. OR FIX Make sure you are not logged in to ArcGIS Online in another tab (so the reconnecting won't pick up the log-in details from local storage without asking you to log in), if in doubt use a incognito window to log into Power Automate. Open Connections dialog To find the connection associated with a flow click on 3 dots in front of the connection and click View Properties Check the flow(s) using that connection and confirm it includes the flow you are fixing Click Reconnect should open sign in dialog If you don't see Reconnect active choose Switch account. CASE 4 This connection created using the workaround in this post with 2026.2 multi-auth update before Microsoft rolled it back. (between June 3 - 9) Both Connections created using connection type OAuth2 and API key started working automatically with no intervention at around 8:20AM EST on Sunday, June 14th Flow started working automagically and you don't have to do anything else If the connection failed then try fixes in Case 1-3 with reconnecting being the last Find out when they started working Open the flow Under run history click All Runs Filter only failed runs using the dropdown on the top right corner. See all the runs that failed. See example below I hope this helps. Please let me know if you are experiencing other issues that are not fixable. Thank you everyone for their patience.
... View more
06-14-2026
03:36 PM
|
2
|
0
|
3441
|
|
BLOG
|
@rlarose1 Thanks for sharing the error. I understand, I created an excel to keep track of all my connections and running tests. the one that fails for sure every 30 minutes is my "named" connection that I created after things initially failed and before the roll back. It gives this error if I don't manually reauthenticate (using it in a flow doesn't work to refresh it): Failed to retrieve dynamic inputs I believe when the Multi-auth was rolled back by MS, the older version is probably authenticating with a newer connection but failing to refresh the token. All my flows created with the original workaround are no longer working. The best case scenario is that this gets resolved on its own. I can't be certain without testing in our main env after the update.
... View more
06-13-2026
09:47 AM
|
0
|
0
|
3463
|
|
BLOG
|
Microsoft l confirmed that these regions should see the update and I can confirm that for Canada. Unfortunately for folks experiencing this issue it appears to be the case until the update is rolled out to the US. I am monitoring this over the weekend and I will keep everyone posted. Please notify me in a DM if your connections are still doing this after the update roll out is complete. Question for everyone: this happens even if you create a new connection or only for existing connection? what is the error that you get? I am trying to isolate issue of dropped connections to see if it is different than this so this info will surely help. My flows with different frequency and different connections are either working or failing.
... View more
06-12-2026
01:41 PM
|
0
|
0
|
3528
|
|
BLOG
|
If this is intermittent like this this could still be related to existing issue at hand. The rollout hasn't been started to US regions yet. I can't say for sure but Power automate server must have load balancers to send load to different stations which could be the cause of intermittence. Unfortunately, test my flows are either broken or working. Once refresh token is issued by ArcGIS online it is valid for 2 weeks the connector just acts as a middle-man that routes these requests between Power Automate and ArcGIS Online. There is no reason for Power Automate loose the token(and connection) for 2 weeks once issued by ArcGIS Online. This is why it makes me think that it is still the same issue, and why I was asked to create a recurring flow like this could somehow circumvent any issues of dropped connection. Apologies if it hasn't worked for you.
... View more
06-12-2026
01:07 PM
|
0
|
0
|
3372
|
|
BLOG
|
Update June 12 Noon Update with the fix is rolled out to following regions according to Microsoft: France, Brazil, India, Korea, Norway, Switzerland, Canada, Australia, Asia, Germany and South Africa. You should see the new authentication type and 2026.2 version.
... View more
06-12-2026
12:11 PM
|
0
|
0
|
3567
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 2 | 06-14-2026 03:36 PM | |
| 1 | 06-12-2026 08:17 AM | |
| 1 | 06-11-2026 09:19 AM | |
| 3 | 06-10-2026 01:14 PM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|