Microsoft Flow

Power Automate - Functions

Power Automate Functions: DecodeURIComponent (Get A Human Readable URL)

This is a video to show you how to use the decodeUriComponent function within Power Automate (and Logic Apps!). This function allows you to remove URL safe characters to return a human-readable URL.

Read More
Power Automate - Functions

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

Power Automate Functions: Coalesce (Handle Null Values from Objects)

This is a video to show you how to use the coalesce function within Power Automate (and Logic Apps!). This function allows you to do defensive programming, checking for a null values and returning a value if a null value has been found.

Read More
Power Automate - Functions

Power Automate Functions: URIQuery (Get Query Parameters from a URL)

This 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 More
Power Automate - Functions

Power Automate Functions: URIHost (Maintain Host Websites and Change Paths)

This 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
Power Automate - Functions

Power Automate Functions: URIPath (Change URLs Between Environments)

This is a video to show you how to use the uriPath function within Power Automate (and Logic Apps!). This function allows you to get the path after the host. You can then, for example, change URL hosts easily between environments while keeping a path structure!

Read More
Power Automate - Functions

Power Automate Functions: Workflow (Current Flow Information)

This is a video to show you how to use the workflow function within Power Automate (and Logic Apps!). This function allows you to get information about the Flow that is currently running, including the display name, the environment and more! This video uses an example of emailing the Flow name and environment if an error occurred during the run of the Flow.

Read More
Power Automate - Functions

Power Automate Functions: DayOfWeek

This is a video to show you how to use the dayOfWeek function within Power Automate (and Logic Apps!). This function allows you to take the date you’re working with and get the week day number representation from is (i.e. 5 = Friday), this tutorial also shows you how to get the actually week day name as well!

Read More
Power Automate - Functions

Power Automate Functions: AddDays

This is a video to show you how to use the addDays function within Power Automate (and Logic Apps!). Learn how to easily increase the days on a date and change the formatting at the same time!

Read More
Power Automate - Functions

A Complete Guide to Creating and Populating Word Templates with Power Automate

A complete guide to generating and populating a Word Template on Power Automate while also creating a PDF from it!

Read More