— All tutorials

The full
library.

223 tutorials and growing — filter by product, difficulty, or topic to find what you need.

Topic
power platform · advanced

PL-400 Power Platform Developer — Complete Study Guide

Everything you need to pass the PL-400 exam: technical design decisions, ALM, Power Apps, PCF, plug-ins, custom connectors, platform APIs, Azure Functions, and data integrations — with code, decision tables, and flashcards.

pl-400certificationdataverse
PowerStack Editorial · 45 min read
power automate · intermediate

Structuring Power Automate Flows for Enterprise Success

Core principles for resilient, maintainable, and efficient cloud flows, distilled from real-world implementations.

Narmer Abader · 3 min read
power automate · intermediate

From Breaking to Resilient: Three Error-Handling Strategies in Power Automate

Build flows that gracefully handle failures and automatically notify you with run details.

Narmer Abader · 5 min read
power automate · intermediate

Embedding Images in Power Automate Emails: A Cross-Client Compatibility Guide

Discover the trade-offs between Content-ID, Base64, and the Microsoft Graph API for embedding images in Power Automate emails. This guide covers which method works best for Outlook, Gmail, and more.

Narmer Abader · 5 min read
power automate · intermediate

How to Bypass the 'File Is Locked' Error When Using Excel and SharePoint in Power Automate

When a flow reads an Excel table and then updates SharePoint file properties, the file remains locked. Here are four independent approaches to work around it—no magic, just smart automation design.

Narmer Abader · 6 min read
power automate · intermediate

Power Automate Select Action: Beyond Basic Column Picking – 5 Advanced Transformations

Transform arrays like a pro: add computed columns, row numbers, convert data types, and extract flat value lists using the Select action's hidden capabilities.

Narmer Abader · 4 min read
power automate · intermediate

From Raw Strings to Structured Data: A Guide to Power Automate Text Functions

Step beyond simple reference lists and learn how to build a real-world text parsing pipeline using Power Automate's complete string toolkit.

Narmer Abader · 7 min read
power automate · intermediate

Forcing Approval Revocation with the Teams HTTP API

The standard approval connector doesn't expose a cancel method, but a direct HTTP call to the Microsoft Teams Approvals backend makes it possible. Here's a safe, production-ready approach.

Narmer Abader · 3 min read
power apps · intermediate

Document Signing with Power Apps: Capture Pen Signatures and Store Them in SharePoint

Create a professional signature popup using the Pen Input control and save the result to a SharePoint document library with Power Automate.

power-automate
Narmer Abader · 7 min read
power automate · intermediate

ServiceNow–Power Automate Integration: Authenticated Connection Setup

Set up a reliable service account in ServiceNow and configure Power Automate with Basic or OAuth2 authentication to automate cross-platform workflows.

Narmer Abader · 5 min read
power automate · intermediate

Automated Excel Report Generation from SharePoint Lists with Power Automate

Build a dynamic flow that creates an Excel file from any SharePoint list without predefining columns, using the SharePoint REST API and Excel connector.

Narmer Abader · 5 min read
power apps · intermediate

Overcoming the 2,000-Record Collection Limit in Power Apps: Four Proven Methods

Practical techniques for building collections that exceed the standard delegation threshold, including concurrent batch loading, dynamic filtering with ForAll, returning large datasets from Power Automate, and importing static Excel data.

power-automate
Narmer Abader · 7 min read
power automate · intermediate

Automate Contract Sorting in SharePoint with Azure AI and Power Automate

Use a custom classifier built with Azure AI Document Intelligence to automatically tag uploaded legal documents with their contract type and confidence score.

ai-builder
Narmer Abader · 7 min read
power automate · intermediate

Multi-Step Approval Chaining in Power Automate

Set up a sequential approval process that sends documents to reviewers one after another, with automatic status tracking and audit logs in SharePoint.

Narmer Abader · 5 min read
power automate · intermediate

Architecting Long-Running Approvals in Power Automate (No 30-Day Limit)

Separate approval creation from outcome collection with two cooperating flows to support indefinite wait periods.

Narmer Abader · 5 min read
power automate · intermediate

Streamline Invoice Processing with AI Builder and Power Automate

Automatically extract invoice details from email attachments, evaluate confidence, and manage exceptions with minimal human effort.

ai-builder
Narmer Abader · 6 min read
power automate · intermediate

Build Arrays Faster in Power Automate: Three Techniques Compared

Collecting items into an array is a routine task in automation. The technique you choose—variables, compose, or the Select action—can drastically influence flow execution time.

Narmer Abader · 4 min read
power automate · intermediate

How to Extract 50,000 Excel Rows in Seconds Using Power Automate and Graph API

Bypass the sluggish Excel Online connector and pull huge datasets directly via Microsoft Graph API — complete with data flattening and schema mapping.

Narmer Abader · 6 min read
power automate · intermediate

Automate Excel Reporting: Populate Templates from JSON Data

Learn how Power Automate can fill single cells and expand table rows in an Excel template, enabling dynamic report generation without manual edits.

Narmer Abader · 6 min read
power automate · intermediate

Build Eye-Catching HTML Table Emails with Power Automate

Learn how to automatically create a styled HTML table from SharePoint data and embed it in an email, using basic Power Automate actions and a pinch of CSS.

Narmer Abader · 5 min read
power apps · intermediate

Automated Member Sync from Entra Security Groups to Dataverse Teams

Eliminate the login requirement for new team members: use a Power Automate flow to force-sync users and update the Dataverse team when they are added to an Entra security group.

power-automatepower-platform-admin
Narmer Abader · 5 min read
power automate · intermediate

Beyond the 5000 Limit: Fetching SharePoint List Items with Pagination in Power Automate

Learn how to retrieve more than 5000 items from SharePoint using Power Automate's built-in pagination or the REST API for even larger datasets.

Narmer Abader · 8 min read
power automate · intermediate

Keep Critical Credentials Hidden in Power Automate Runs

Stop leaking secrets in flow execution logs by combining Azure Key Vault with secure input/output settings.

Narmer Abader · 5 min read
power automate · intermediate

Sync Oversized SharePoint Documents to Copilot Studio Knowledge via Power Automate

Bypass the 7 MB SharePoint limit by programmatically uploading files directly to your agent’s knowledge store.

copilot-studio
Narmer Abader · 7 min read
power automate · intermediate

Sending SharePoint Files for Review: Power Automate Approval Attachments

Attach files directly to your Power Automate approvals. Master the distinct patterns needed for SharePoint Document Libraries and List Item Attachments.

Narmer Abader · 3 min read
power automate · intermediate

Update Email Subjects Post-Delivery Using Power Automate and Graph API

Power Automate offers no standard action to change a received email’s subject. Instead, leverage the Microsoft Graph API through the built-in HTTP request action to modify the subject line without premium licensing.

Narmer Abader · 3 min read
power automate · intermediate

Simplify File Sharing with Power Automate Links

Generate secure, granular sharing links for your SharePoint files—from anonymous access to specific users—all within automated workflows.

Narmer Abader · 7 min read
power automate · intermediate

Extract Live Web Data into Structured Records with AI Prompts

Learn how to combine an HTTP action with a custom GPT prompt to scrape server-rendered web pages and transform the content into actionable Dataverse or SharePoint data.

Narmer Abader · 5 min read
power automate · intermediate

Parsing Table Data from PDFs in Power Automate with Azure AI

Leverage Azure AI Document Intelligence's pre-built Layout model to capture structured row-and-column data from PDF invoices, reports, and forms directly inside your Power Automate workflows.

azure-ai
Narmer Abader · 7 min read
power automate · intermediate

Power Automate: Excel Table Row Filtering Beyond ODATA – Text, Numbers, Dates

Filter Excel table rows in Power Automate with ODATA for text, but learn reliable workarounds for numeric and date columns that refuse to cooperate.

Narmer Abader · 7 min read
Showing 30 of 47