Functions

PowerFX Title

Power Fx Contains Function (IN Operator)

In this video, I’m going to go into how to use the Contains function! Whenever we’re working with data, be it strings or a data source, we always want to check if something is contained IN it. This is the video shows you how to write your own contains statements using the IN operator in Power Fx!

Read More
PowerFX Title

Power Fx IF Function

Learn how to use the Power Fx If Function in Power Apps, Power Virtual Agents (PVA) and more! So what is it? It’s like a detective that checks conditions until it stumbles upon the truth, except it can also find the false outcomes too with multiple-layers of checking. This is the video for you if you’re looking to refresh your memory on the Power Fx If function or you’re a beginner to low code/no code and haven’t ever seen anything like this before!

Read More
Power Automate Functions Website Title

Arrange Rows from Dataverse using any Column (even Lookups) in Power Automate

I’ll show you how to efficiently arrange rows in Dataverse using any column, including Lookup columns! Stop using the SortBy in the List Rows action and start using this, it offers you so much more in terms of sorting options, without all those pesky limitations!

Read More
Power Automate Functions Website Title

Days Between Dates in Power Automate

Have you ever wanted to calculate the days or days and time between two dates on Power Automate? Then watch just how easy it is, once you understand the logic, with this video tutorial. I will walk you through step-by-step instructions explaining the complexity and the benefits and negatives of both methods.

Read More
Power Automate Functions Website Title

Power Automate Functions – Slice (Cut up strings!)

This is a video to show you how to use the Slice function within Power Automate (and Logic Apps!). This function allows you to slice(cut) a string by providing a start number (index) and an end number (index) to return the contents of the string between the two numbers.

Read More
Power Automate Functions Website Title

Power Automate Functions – Sort (Sort arrays by default or by column!)

This is a video to show you how to use the Sort function within Power Automate (and Logic Apps!). This function allows you to sort an array by default or by a specific column, I use Star Wars characters to explain the more complex column approach.

Read More
Power Automate Functions Website Title

Power Automate – Increase the size of the Expression Editor

Are you tired of not being able to see the functions you’re writing? Are you getting sick of trying to work out where exactly you missed that comma that you can’t see? Then take a look at this video to see how you can get a BIGGER and BETTER expression box on Power Automate in under 4 minutes!

Read More
Power Automate Actions

Power Automate Actions – Get Environment as Admin (Get Current Environment Information Easily)

Learn how to get every bit of information you could want on the environment your Flow is currently running on with ONE easy to use action and function.

Read More
Power Automate Functions Website Title

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
Power Automate Functions Website Title

Power Automate Functions: Rand (Randomly Generated Number)

This is a video to show you how to use the rand function within Power Automate (and Logic Apps!). This function allows you to randomly select and return a number between two sets of integers. We use an example by randomly generating a number between 0 and 9999.

Read More