web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Is It Possible to Inst...
Power Automate
Suggested Answer

Is It Possible to Instantly Detect SharePoint File Creations Using Power Automate?

(1) ShareShare
ReportReport
Posted on by 21

We have the standard Power Automate license within our company. Using Power Automate, we are operating a document numbering system within our team by utilizing the "When a file is created (properties only)" trigger for SharePoint so that whenever a folder or file is created in a SharePoint document library, Power Automate detects it.

However, the "When a file is created (properties only)" trigger for SharePoint is based on 1-minute polling, which means there can be up to a 1-minute delay in detection.

Is there any way to detect this event immediately (in real time) using Power Automate?

Categories:
I have the same question (0)
  • Suggested answer
    Vish WR Profile Picture
    3,507 on at
     
    Before, they had settings to change, but this feature is not available anymore.  
     
    The delay depends on  the Power Automate service check to perform the check at regual interval check. We can't set how often to check.
     
     
    When you build a Power Automate flow to be triggered for an item, or for creating or modifying a file, Power Automate periodically checks for changes in the list or library, configured in the flow's trigger. In most cases, if there is a single change in the list or library, the flow run may occur within minutes after that change. However, expect that the flow may gather more than one change in subsequent flow runs due to the time between the flow interval since its last valid change, or subsequent edits to an item or a file.
     
     
     
     
      Vishnu WR
     
    Please  Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like 
     
     
     

     
  • Suggested answer
    11manish Profile Picture
    2,782 on at
    No — not with standard Power Automate + SharePoint triggers.

    There will always be a slight delay (typically up to ~1 minute)
     
    If you need true instant behavior, you must:
    • Move to event-driven architecture (webhooks / app-driven)
  • Suggested answer
    Valantis Profile Picture
    6,233 on at
     
    Unfortunately there is no way to get true real-time detection of SharePoint file creation using the standard Power Automate SharePoint connector.
    The "When a file is created (properties only)" trigger is a polling trigger — it checks SharePoint at regular intervals. The minimum polling interval is 1 minute and this cannot be reduced. This is a platform-level limitation of how the SharePoint connector works in Power Automate, not something that can be configured away.
    The SharePoint connector does not offer a webhook-based trigger for file creation that would give you instant notification. Webhook triggers in Power Automate respond to push events in real time, but SharePoint's file creation events in document libraries are not exposed as webhooks through the standard connector.
     
    What you can do:

    - Accept the 1-minute delay  for a document numbering system this is usually acceptable since the user is unlikely to need the number within seconds of upload
    - If the delay is a real problem, you could use SharePoint webhooks via a custom solution (Azure Function or custom connector) that listens to SharePoint change notifications and then calls a flow via HTTP trigger  but this is a pro-code approach and goes beyond standard Power Automate
     
     

     

    Best regards,

    Valantis

     

    ✅ If this helped solve your issue, please Accept as Solution so others can find it quickly.

    ❤️ If it didn’t fully solve it but was still useful, please click “Yes” on “Was this reply helpful?” or leave a Like :).

    🏷️ For follow-ups  @Valantis.

    📝 https://valantisond365.com/

     

  • David_MA Profile Picture
    14,801 Super User 2026 Season 1 on at
    What is the reason that they delay matters and how does it impact your document numbering? You could enable concurrency control in the workflow to limit it to one run. This way, if other documents are created, they queue until the workflow finishes. Once the run finishes, the next item in the queue will process. Therefore, this should be a workflow that doesn't contain any pauses. It will just do whatever is needed for your document numbering scheme.
     
    If you have other actions that require delays in the workflow, such as an approval, put those steps in a separate workflow.
     
    Are you aware that SharePoint has its own unique ID for every file created. 
     
    This is like a primary key in a database. It starts at 1 and increments by 1 for every file created. If a file is deleted, it does not affect the ID of the next file created, it will always be a unique number.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 382

#2
Valantis Profile Picture

Valantis 370

#3
David_MA Profile Picture

David_MA 300 Super User 2026 Season 1

Last 30 days Overall leaderboard