[Articles]

About Who's Gonna Take Care Of Me

What is Microsoft Power Platform and why it matters in 2026

Contents What is Microsoft Power Platform Microsoft Power Platform is a low-code environment that enables organizations to quickly design and develop tailored end-to-end business solutions. Using Power Platform, users can automate processes, create custom applications, analyze and visualize data, build intelligent agents, and develop websites for customer interaction. The main key points about Power Platform are:

Read More »

Get file content of image column in Power Automate | SharePoint

Table of Contents When working with SharePoint lists, image columns are a common way to store photos or signatures. However, to get file content of image column in Power Automate a few steps are required and can be less straightforward than we may think, mainly because the place where the images are stored has changed over the years. In this blog we will show how to use Power

Read More »
Multi-form data in Power Automate‘s HTTP request

Send multi form data in Power Automate | HTTP requests

Table of Contents Sending multipart/form-data in an HTTP request is sometimes a common requirement when integrating Power Automate with external systems, but configuring this correctly in Power Automate is not straightforward. In this guide, we’ll show how to send multi form data in Power Automate through the HTTP action and how to convert a Postman

Read More »
Use OneDrive folders as source in Dataflows

Connect a Dataflow with OneDrive Folder | Power Query | Dataverse

Table of Contents Let’s suppose we have a folder in OneDrive that we want to create a Dataflow from, and connect it to a Dataverse Table: But when working with Dataverse Dataflows, for now there is no direct way to extract a list of folders from OneDrive, when searching the options, only local folders and

Read More »
Send binary data through HTTP in Power Automate

Send binary data in HTTP requests | Power Automate

Table of Contents Working with binary data in HTTP requests is a common requirement when integrating Power Automate with external systems and APIs, but handling binary content correctly requires an specific format in Power Automate to obtain successful responses from the API service. This is how a regular binary content request looks in Postman: From

Read More »
Copilot Studio Fundamentals

Copilot Studio fundamentals: Build your first Agent

Table of Contents Copilot Studio is Microsoft’s low-code platform for building custom AI agents, in this blog post we will cover the basic concepts to get stated with Copilot Studio and we will cover a simple but powerful use case for an agent that helps users to streamline the preparation process for Monthly Business Review

Read More »
Do not save records in Model-Driven apps

Restrict saving a record in a Model-Driven App | Do not allow saving | JavaScript customization | Power Apps | Modern forms experience

Table of Contents In some scenarios, we may need to restrict users from saving records under specific conditions within a Model-Driven App. For example, when the record has certain status, or when record changes should only be made by users with specific roles. This blog will show how to use JavaScript code to customize your

Read More »
Use AI and Power Automate to classify emails

Use Power Automate and AI prompts to automatically classify emails

Table of Contents Manually sorting incoming emails can be time-consuming and prone to error. All companies have at least one team that needs to check emails regularly and classify them based on some type of criteria. One example is an Accounts Payable (AP) inbox, where messages may include invoices, account statements, payment status requests, or

Read More »
Excel Templates with Power Automate

Fillable Excel Templates with Power Automate | Tables and Single cells

Table of Contents Introduction to Excel templates in Power Automate Filling out an Excel file with repeating data is a very common scenario in many departments: Invoices Project charters Marketing proposals In this blog, we will show how to create fillable Excel templates with Power Automate that can be populated automatically with information from a

Read More »
Pay-as-you-go billing plans

Set up Copilot Pay-as-you-go in Power Platform environment

Table of Contents Introduction to billing plans for pay-as-you-go Setting up Copilot Pay-as-you-go in your Power Platform environment allows you to enable AI features that use Copilot credits like generative actions in Power Automate (Agent flows from Copilot) and use a Copilot Agent without committing to upfront licensing (which is currently around 200 USD /

Read More »
Filter array in Power Automate

How to use filter array in Power automate

Table of Contents What are data operations in Power Automate? Data operations in Power Automate  allow you to manipulate (sort, filter, rearrange, and much more) data while the flow is running. The list of data operations available in Power Automate are: Parse JSON Create CSV table Filter array Select Join Create HTML table Compose In

Read More »
Format DateTime in Power Automate

How to format Datetime in Power Automate?

Table of Contents Working with dates and times is really common for many types of automations. Data often comes in one format but needs to be displayed, stored, or compared in another. That’s when format datetime in Power Automate becomes really important . There are basically two ways to format dates or datetime stamps in

Read More »