I recently discovered QuickChart and it is a fabulous tool for generating charts. It's really easy to use from both PowerApps and Power Automate. In this post I am going to explain how to use it to generate charts with Power Automate using data from … [Continue reading] about How to generate a chart with Power Automate
Power Automate: How to parse a CSV File to create a JSON array
There are no built in actions in Power Automate to Parse a CSV File. There are external connectors which can do this for you, but this blog post will cover how to Parse a CSV in Power Automate without the use of any external connectors. The aim is to … [Continue reading] about Power Automate: How to parse a CSV File to create a JSON array
How to embed an image into an email with Power Automate
This post explains how to embed images inside an email sent from a Power Automate flow. This is a common requirement and can cause frustration depending on the requirements. Generally, people want to include images stored within SharePoint, and … [Continue reading] about How to embed an image into an email with Power Automate
Power Automate – How to extract numbers from a string
Power Automate does not have a function to extract numbers from a string. I've seen this requirement come up a few times in the Power Automate community forums so thought I would post the solution here. Here is an image of the flow: It works by … [Continue reading] about Power Automate – How to extract numbers from a string
Super Simple flow to get more than 5000 SharePoint Items
I've done a series of blog posts on how to get more than 5000 items from a SharePoint list using Power Automate. While helping someone else out I figured out a way to make it much easier. If you're not interested in knowing how it works, just … [Continue reading] about Super Simple flow to get more than 5000 SharePoint Items