Showing flows 1–13 of 13
SharePoint Contract Upload to Salesforce Record Linker
When a contract PDF is uploaded to a SharePoint document library, parses metadata from the file name and creates a linked record in Salesforce tied to the appropriate Account.
Azure DevOps Release Completed to SharePoint Changelog
When a release pipeline completes, compile the associated work items and append a changelog entry to a SharePoint page.
SharePoint Document Library Sync to OneDrive
When a new file is added to a SharePoint document library, automatically copies it to a mirrored folder structure in OneDrive for offline access. Useful for field workers who need offline file access.
SharePoint Doc to GitHub PR
When a policy markdown file is updated in SharePoint, the flow commits the change to a new branch in the docs repo and calls Create A Pull Request so the docs team reviews in the familiar GitHub workflow.
SharePoint Page Published Notifier
When a SharePoint communication site page is published or updated, sends a notification to a Teams channel and distribution email list with a summary and link to the page.
PR Merged to SharePoint Release Notes
When a GitHub PR is merged, extract the title and description and append it to a SharePoint release notes page.
Outlook.com Attachment Saver to OneDrive
Automatically save all attachments from incoming Outlook.com emails to a dedicated OneDrive folder, organized by sender and date.
Personal Email to SharePoint Archiver
When an email arrives in Outlook.com matching a keyword, save the body and attachments to a SharePoint document library for centralized records.
New SharePoint Site Provisioning Request
Handles SharePoint site provisioning requests submitted through Forms. Routes for approval, then uses HTTP/Graph API to create the site with configured template, permissions, and initial content.
Developer Portfolio Page Sync
Nightly, for each developer in an Engineers SharePoint list, fetches their public repos via Lists All Public Repositories For A User and updates the 'Open Source Projects' section on their intranet profile.
Document Version Control Tracker
Tracks document versions in a SharePoint library. When a document is checked in with a new major version, logs the version details to a tracker list and notifies document stakeholders of the update.
File Alert Demo
Demo flow that monitors a SharePoint document library for new or modified files matching a filter and posts an adaptive card alert to a Teams channel with file metadata and a direct link.
Document Sync Demo
Demo flow that watches a source SharePoint document library and replicates new and modified files to a destination location (OneDrive folder or another SharePoint library), preserving metadata and handling conflict cases.