Perficient is delighted to announce that Pradeep Jain, Senior Solution Architect, has been honored by Microsoft as a FastTrack Recognized Solution Architect for Power Automate—a distinction reserved for only a select group of global experts. This recognition, conferred by the Microsoft Power Platform product engineering team, celebrates architects who deliver high-quality, enterprise-scale Power Platform solutions […]
Posts Tagged ‘Power Automate’
Agentic AI using Azure AI Foundry and Power Platform
Introduction: The Evolution from Automation to Intelligence Imagine a world where your software tools don’t just do what you tell them but actually understand what you need and take action on your behalf. That’s precisely where we’re headed with the rise of Agentic AI. To break it down, most automation tools today are rule-based. You […]
Connect Ollama to Your Workflows: Power Automate + VS Code Integration Guide
AI is evolving rapidly, and the ability to install Ollama local models on your machine opens up powerful new possibilities for developers, hobbyists, and builders. Whether you’re working on automation, development tools, or privacy-sensitive applications, cloud-based models aren’t always ideal. That’s where Ollama comes in. Ollama makes it easy to run, customize, and serve LLMs […]
Python Meets Power Automate: Trigger via URL
Want to trigger Power Automate flows from anywhere using just a URL—even from a Python script? Whether you’re working with automation scripts, web apps, or external systems, Power Automate makes it easy to integrate workflows using HTTP requests. In this guide, you’ll learn how to set up a flow that can be triggered via URL—step by […]
No More Folder Filters? Use Metadata Instead in SharePoint Document Libraries
In SharePoint Online, folders are still widely used to organize content – mainly in document libraries where projects or departments are grouped at the top-level. However, when users want to apply a SharePoint Document Library filter by folder name, the platform lacks built-in support. Image: “SharePoint Document Library with Top-level Folders” In one of […]
From Flow to Fabric: Connecting Power Automate to Microsoft Fabric
In this blog, we’ll walk through how to use Eventstream in Microsoft Fabric to capture events triggered by Power Automate and store them in a Lakehouse table. Whether you’re building dashboards, triggering insights, or analyzing user interactions, this integration provides a powerful way to bridge business logic with analytics. 1. Create a Power Automate Flow to Post Data Start by […]
Microsoft Copilot for Power Platform
Introduction to Copilot for Power Platform Microsoft Copilot is a revolutionary AI-powered tool for Power Platform, designed to streamline the development process and enhance the intelligence of your applications. This learning path will take you through the fundamentals of Copilot and its integration with Power Apps, Power Automate, Power Virtual Agents, and AI Builder. Copilot […]
Unlock Automation Success: Power Automate Workshops at TechCon365 PWRCON
Automation is transforming the way businesses operate, streamline workflows, and drive productivity. As organizations continue to adopt modern technologies, the need to harness the power of automation has never been more critical. At TechCon365 PWRCON, Microsoft MVP Amarender Peddamalku is offering two back-to-back hands-on workshops to help attendees master the art of automation with Microsoft […]
Power Fx in Power Automate Desktop
Power Fx Features Power Fx is a low-code language expressing logic across the Microsoft Power Platform. It’s a general-purpose, strong-typed, declarative, and functional programming language described in human-friendly text. Makers can use Power Fx directly in an Excel-like formula bar or Visual Studio Code text window. Its concise and straightforward nature makes everyday programming tasks […]
Customizing Data Exports: Dynamic Excel Updates with Power Apps, Power Automate, and Office Scripts
Modern business workflows often require flexible and efficient ways to export, transform, and share data. By combining the capabilities of Power Apps, Power Automate, and Office Scripts, you can create a seamless process to dynamically customize and update Excel files with minimal effort. This guide demonstrates how to dynamically export data from Power Apps, process […]
Triggering File Creation and Auto-Download in PowerApps Using Power Automate
Automation is essential for increasing productivity and simplifying work. Downloading files is one of these tasks, particularly when handling a lot of file downloads. The lack of native file download functionality in PowerApps makes it difficult to download files. In this blog post, we’ll go over how to use Power Automate to automate file downloads […]
Part 2: Capture and Monitor Critical Power Automate Workflows History through Child Flow
Introduction: In this Part, we’ll show the process of integrating the child flow created in Part 1 into a Parent flow – the critical flow that you will be tracked for its history. “If you missed Part 1, be sure to check it out for a complete guide on creating child flow in Power Automate.” […]