Showing flows 1–20 of 37
SharePoint to SQL Sync
When a SharePoint list item is modified, update the corresponding row in SQL to keep the two systems in sync. Demonstrates cross-system data synchronization.
On-Demand Bulk Insert Job from SharePoint CSV
Salesforce action: CreateJob_V2 + UploadJobData + CloseOrAbortJob. When a CSV is uploaded to a designated SharePoint folder, creates a bulk insert job, uploads the CSV data, closes the job to begin processing, and posts status to Teams.
New Lead Auto-Capture from Forms Submission
When a Microsoft Form is submitted (e.g., webinar sign-up, contact us), automatically creates a new Lead record in Salesforce with the form responses mapped to lead fields.
Key Vault-Backed Flow Connection Health Check
Scheduled flow iterates all Power Platform connections that rely on Key Vault-stored credentials and alerts admins when a rotated secret hasn't been picked up by a successful flow run.
New GitHub Issue to Teams Notification
When a new issue is created in a GitHub repo, post a formatted card to a Teams channel with issue title, labels, and assignee.
Suspended Flow Auto-Restart Monitor
Periodically check for suspended flows and auto-turn them back on, notifying the owner via Teams of the restart.
Trigger Deploy from Approval
When a manager approves a production deployment request in Approvals, fires a repository_dispatch event with target environment and build-number payload, kicking off the matching GitHub Actions workflow.
SLA Breach Mobile Alert
When a support ticket in Dataverse exceeds its SLA threshold, immediately push-notify the assigned agent and their manager.
SharePoint CSV Bulk Uploader to Salesforce
Monitors a SharePoint folder for new CSV files. On file creation, creates a bulk job for the target object, uploads the CSV via UploadJobData, closes the job to begin processing, and posts results to Teams.
Salesforce Custom REST API Endpoint Caller
Salesforce action: SendHTTPRequest. Generic reusable flow that accepts a REST endpoint path, HTTP method, and body as parameters, calls any Salesforce REST API (including custom Apex endpoints), and writes the response to a Dataverse log table.
Queue-Based Order Processing Pipeline
Place new orders on an Azure Queue, then process them sequentially — validate, update Dataverse, and send confirmation email.
Product Catalog Sync to SharePoint List
Weekly sync pulls all active products from Salesforce, compares against a SharePoint list, and creates/updates items to keep a cross-team accessible product catalog outside of Salesforce.
Power BI Alert to GitHub Issue
When a Power BI data alert fires (e.g. test coverage < 70% or error rate spike), creates a labeled issue in the relevant repo with the alert payload and assigns it to the on-call engineer.
Out of Office Auto-Setup
When an approved out-of-office request is detected in a SharePoint list, automatically sets the employee's Outlook automatic replies, updates their Teams status, and notifies their team.
New Employee Record Creator
When a new user is created in Azure AD, automatically insert an onboarding record into a SQL tracking table. Demonstrates Insert Row triggered by identity events.
New Project Repo Provisioning
On new Project record in Dataverse, spins up a GitHub repo from a standard template, adds the project owner as collaborator, writes the repo URL back to Dataverse, and emails the owner a welcome kit.
Multi-Step Pipeline with Queue Handoffs
Chain multiple flows via Azure Queues - Step 1 validates, Step 2 transforms, Step 3 loads - demonstrating event-driven microflow architecture.
Multi-Channel Notification Hub
A centralized notification flow that receives requests via HTTP trigger and dispatches notifications to multiple channels: email, Teams, push notifications, and SMS. Acts as a reusable notification service for other flows.
Google Calendar to Outlook Calendar Sync
Bidirectional sync between Google Calendar and Outlook to ensure events are visible across both platforms.
Maker Mentorship Matching Flow
Monthly flow queries the Dataverse maker inventory and Office 365 Users for department info. Pairs new makers (<30 days active) with experienced makers (10+ published apps) in the same or adjacent departments. Posts introductions via Teams DM and logs pairings to a Dataverse mentorship table.