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 MoreThis 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 MoreAre 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 MoreLearn 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 MoreLearn about every Variable Action on Power Automate! This video takes you through what each action is used for, how to use them and provides several real-world examples directly on Power Automate (and Logic Apps!). It also covers EVERY variable action; Initialize Variable, Set Variable, Increment Variable, Decrement Variable, Append To String Variable and Append To Array Variable.
Read MoreThis 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 MoreThis 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 MoreThis is a video to show you how to use the formatDateTime function within Power Automate (and Logic Apps!). This function allows you to change the format of your date and time. You can even get the full day and month names.
Read MoreThis is a video to show you how to use the uriQuery function within Power Automate (and Logic Apps!). This function allows you to get the query parameters after the host (and path parameters). You can then, for example, change URL host and path parameters easily between environments while keeping a query structure!
Read MoreThis is a video to show you how to use the uriHost function within Power Automate (and Logic Apps!). This function allows you to get the host (such as www.flowjoe.io) from a link. You can then, for example, change URLs and maintain the host easily between environments while editing the paths!
Read More