Power Automate Flows

When team members load weekend waiver forms to the SharePoint library through the link in their Registration confirmation email, we need to create automatic email notifications to the current OHC.  These team members do not typically check the OHC_men/women@spacecitytd.org email, so we use a Power Automate Flow to send to an external email address. 

  1. Go to make.powerautomate.com and sign in with your Microsoft 365 account.

  2. Click + Create in the left menu.
  3. Select Automated cloud flow.

  4. Flow name: Enter “Folder New File Notification”.

  5. Search for “SharePoint file created” in the trigger box.

  6. Choose SharePoint – When a file is created (properties only) (this is instant, no delay).

  7. Click Create.

  1. Site Address: Click in the box > select your SharePoint site from the dropdown (or paste the URL).

     

  2. Library Name: Select your library (e.g., “Documents”).

  3. Folder: Click in the box > navigate to and select your specific folder (e.g., “/YourFolderName”). This limits it to that folder only.

  4. (Optional) Limit to Folder: Yes (prevents subfolder triggers if unwanted).

  1. Click + New step.

  2. Search for “send an email” > select Office 365 Outlook – Send an email (V2).

  3. To: Enter the external email address (e.g., external@example.com). No guest needed.

  4. Subject: Type New file added to [Folder Name]: then click Add dynamic content (lightning icon) > under When a file is created select Name.

    • Full example: New file added to Payroll Folder: @{Name}

  5. Body (HTML or plain text—use HTML for links):

  1. Click Save (top right).

  2. Click Test > Manually > Run flow.

  3. Upload a test file to your monitored folder.

  4. Check run history (left menu > My flows > your flow): It should show “Succeeded” with the email sent.

  5. Turn on: The flow auto-runs on new files.