Fix Power Automate Notifications Triggering Before SharePoint Document Completion
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.
Verify that you have Edit permissions for the Power Automate flow connected to your SharePoint document library and can modify its trigger conditions.
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.
Open Power Automate, locate your SharePoint notification flow, and click 'Edit' to view the workflow steps.
Click the '+' icon below your file creation trigger and select 'Condition' from the action menu.
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).
Drag your existing 'Send an email' action into the 'If yes' branch of the condition, then save and test your flow.
Use Microsoft Forms and the Populate Word Template Action
Change the process so users submit data via a form, which automatically generates the completed document and sends the notification afterward.
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. Download and Install: Get the free WPS Office suite from the official website and install it on your device.
- 2. Explore Templates: Open WPS Writer and browse the extensive template library to find ready-to-use business documents.
- 3. Customize and Save: Edit your templates and save them in standard .docx format for seamless upload to your SharePoint libraries.

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.




