PowerPlatform

Power Automate - Actions

Power Automate Actions – Do Until (For Loop)

This is a video to show you how to use the Do Until action (For Loops for you pro devs out there!) within Power Automate (and Logic Apps!). This action allows you to cycle through data/iterate through a set of numbers, set a stop condition and specify a set of actions to run each time when the condition is not true.

Read More
Power Apps Canvas - Solutions

Canvas Power Apps – Test Studio Introduction (Get Started with Power Apps Automation Testing!)

This is a video aimed at showing you how easily it is to create automated tests for Canvas Power App using the Power Apps Test Studio. The example uses a new user screen to create a new user, test data entry by writing automation tests manually and using the recording feature. This video will also show you how to fix the ‘Enable error management in your app’ error.

Read More
Power Automate - Actions

Power Automate Actions – Condition (React to Data)

This is a video to show you how to use the Condition action (Similar to IF statements for you pro devs out there!) within Power Automate (and Logic Apps!). This action allows you to apply a single or multiple conditions to data and react if those conditions are either true or false.

Read More
Power Automate - Actions

Power Automate Actions – Apply To Each (Cycle Through Multiple Items and Perform Actions on Each)

This is a video to show you how to use the Apply to Each action (For Each for you pro devs out there!) within Power Automate (and Logic Apps!). This action allows you to cycle through data and specify a set of actions to run each time for each item in an array.

Read More
Power Automate Desktop - Solutions

Add an Empty String/Blank New Line on Power Automate Desktop

Do you want to create an empty string variable? Do you want to append a new line that’s blank? Well you may have tried to do this on Power Automate Desktop, however, you’ve hit the ‘Parameter ‘To’: Can’t be empty’ error issue, this blog post will show you what you need to do to work around this correctly.

Read More
Power Automate Desktop - Solutions

Maintain clean and reusable code in Power Automate Desktop Flows with Subflows

You’re tasked with creating a Power Automate Desktop (PAD) Flow that contains many different stages, you have noticed that your Flow is getting incredibly long, how do you maintain a clean-code approach? Maybe you want to reuse a section of your Flow rather than copying and pasting it multiple times, how do you do this? Well this is where Subflows come in to play!

Read More
Copilot Studio - Solutions

Power Virtual Agents – The First Ever Official Bot Template!

I had the pleasure of working with Microsoft to create the first ever PVA (now Copilot Studio) template, that’s now available via GitHub! The template is based on an Employee FAQ bot that’s built into Microsoft Teams, uses Power Automate to manage and store requests and has been translated into numerous languages.

Read More
Teams - Solutions

Deep Linking to a Chat in Microsoft Teams from an Adaptive Card

This Blog and Video post will explain how to deep link to a chat with a user in Microsoft Teams from an Adaptive Card. We will look at an easy to follow example, add dynamic naming to our button and see the deep link in action.

Read More
Power Automate - Functions

Power Automate Functions: ConvertFromUTC (No Need For Multiple Actions To Convert Date & Times)

This is a video to show you how to use the convertFromUtc function within Power Automate (and Logic Apps!). This function allows you to convert a UTC date and time, even the time and date right now, to your desired timezone.

Read More
Teams - Solutions

Getting Data from Adaptive Cards in Microsoft Teams

This Blog and Video post will explain how to get data from Adaptive Cards in Microsoft Teams. We will look at an easy to follow example, add new input elements and see the data in action.

Read More