logo
search
Others

Fix Power Automate Notifications Triggering Before SharePoint Document Completion

Maira MehtabMaira Mehtab Sep 20, 2026 868 views

Question details

Users need to stop Power Automate from sending premature email notifications when a new client document is generated from a SharePoint document-library template.

Product
Power Automate and SharePoint
Device & OS
not provided
Scenario
A user clicks New > Client in a SharePoint document library to create a file from a template, intending to fill it out and rename it.
Observed behavior
The file creation immediately generates a default 'Document.docx' file, which instantly triggers the Power Automate notification before the user has a chance to edit the form, rename the file, or save their changes.
Before you start

Verify that you have Edit permissions for the Power Automate flow connected to your SharePoint document library and can modify its trigger conditions.

Solution 1Recommended

Add a Condition to Check for File Renaming

Modify your existing flow to check the file name and only send the notification once the default template name has been changed by the user.

Because SharePoint creates a placeholder file the moment a template is selected, the 'When a file is created' trigger fires instantly. Adding a condition ensures the automated email waits until the document is actually processed.

1
Edit the Power Automate Flow

Open Power Automate, locate your SharePoint notification flow, and click 'Edit' to view the workflow steps.

2
Insert a Condition Action

Click the '+' icon below your file creation trigger and select 'Condition' from the action menu.

3
Configure the Name Check

Set the condition parameters to check if the 'File name' is not equal to 'Document.docx' (or the exact default name of your SharePoint template).

4
Move the Notification Action

Drag your existing 'Send an email' action into the 'If yes' branch of the condition, then save and test your flow.

Workflow Optimization: This method ensures stakeholders only receive alerts for meaningful document updates rather than blank template creations.
Free Microsoft Office alternative

Create and Manage Client Documents Seamlessly with WPS Office

While resolving SharePoint automation triggers, consider streamlining your document creation process with WPS Office. It provides a highly compatible, fast, and feature-rich environment for designing client templates and managing essential documents without heavy overhead.

  1. 1. Download and Install: Get the free WPS Office suite from the official website and install it on your device.
  2. 2. Explore Templates: Open WPS Writer and browse the extensive template library to find ready-to-use business documents.
  3. 3. Customize and Save: Edit your templates and save them in standard .docx format for seamless upload to your SharePoint libraries.
Fully compatible with Microsoft Word (.docx) formats used in SharePointRich built-in template library for client setups and business formsLightweight installation ensures fast document processingFree to use with a highly familiar and intuitive user interface
microsoft office alternative - wps office

Frequently Asked Questions

Why does Power Automate trigger before I finish editing my SharePoint file?

When you select a template in SharePoint, the system instantly generates and saves a placeholder file (like Document.docx) to the library. Power Automate recognizes this event and immediately fires the 'When a file is created' trigger before you open or rename the file.

Can I trigger a flow only when a SharePoint document is checked in?

Yes. If your document library requires check-outs, you can use the 'When a file is created or modified' trigger and add a condition to check if the file's Check-In status or specific metadata fields indicate completion.

Is the 'Populate a Microsoft Word template' action free to use in Power Automate?

No, the 'Populate a Microsoft Word template' action is classified as a Premium connector in Power Automate. You will need an appropriate premium license or a per-user/per-flow plan to utilize this feature.

How do I delay a Power Automate flow until a file is renamed?

You can add a 'Do until' loop or a 'Delay' action combined with a 'Get file properties' step to continuously check the file name, proceeding with the email notification only when the name no longer matches the default template name.