logo
search
Others

How to Prevent Power Automate from Creating Duplicate SharePoint Items

Maira MehtabMaira Mehtab Sep 20, 2026 869 views

Question details

The user needs to know how to stop a Power Automate flow from generating duplicate items in a SharePoint list, typically occurring after a throttling event triggers an automatic retry.

Product
Microsoft Power Automate and SharePoint
Device & OS
not provided
Scenario
Running an 'Apply to each' loop and a 'Create item' action in Power Automate connected to a SharePoint list.
Observed behavior
When SharePoint throttles a request for several minutes, the 'Create item' action automatically retries and creates the same item twice, resulting in duplicate records and unexpected ID gaps in the list.
Before you start

Before modifying your workflow, check your SharePoint list's version history and confirm if the duplicate records share the exact same creation timestamps corresponding to a recent throttling event.

Solution 1Recommended

Seek Expert Assistance in the Power Automate Community

Since this is a platform-specific throttling and retry issue, the official Microsoft community is the best place to report it and find advanced workarounds tailored to your environment.

Throttling is managed at the server level by SharePoint. When a flow triggers too many actions, SharePoint pauses requests, which unfortunately triggers Power Automate's default retry policy before the first request fully fails or completes.

1
Identify the flow failure

Open your Power Automate run history, locate the instance where the duplication occurred, and note the duration of the 'Create item' action to confirm a throttling timeout.

2
Visit the Community Forum

Navigate to the official Microsoft Power Automate Community website.

3
Post your issue details

Create a new topic detailing your 'Apply to each' loop setup, the size of your SharePoint list, and the specific retry behavior causing duplicate IDs.

Free Microsoft Office alternative

Looking for a Lightweight Alternative for Office Documents?

While WPS Office does not resolve Microsoft Power Automate server issues, it serves as an excellent, free, and highly compatible alternative to Microsoft Office for your daily document, spreadsheet, and presentation needs.

  1. 1. Visit the official website: Go to the WPS Office official website to download the free installation package.
  2. 2. Install the software: Run the downloaded installer and follow the on-screen instructions to complete the setup.
  3. 3. Open your files: Launch WPS Office and instantly open your existing Office files without losing formatting.
Highly compatible with Microsoft Excel, Word, and PowerPoint formats.Seamlessly opens and edits exported SharePoint list data (like CSV or Excel files) for local analysis.Free, lightweight, and easy to install on multiple devices.Familiar user interface for a seamless transition from Microsoft Office.
microsoft office alternative - wps office

Frequently Asked Questions

Why does Power Automate create duplicate SharePoint items?

Duplicate items typically occur when SharePoint throttles a request due to high traffic. The 'Create item' action times out, causing Power Automate's default retry policy to execute the action again, which often results in two identical records being saved.

How can I disable retries on a Power Automate action?

You can change the retry policy by clicking the three dots (...) on a specific action, selecting 'Settings', scrolling to 'Retry Policy', and changing it to 'None'. Be aware that this may cause the flow to fail entirely if a temporary throttling event occurs.

What is SharePoint throttling?

Throttling is a backend mechanism used by SharePoint to maintain optimal performance and reliability. If a user account or an automated flow makes too many requests in a short period, SharePoint temporarily blocks or slows down subsequent requests.