PowerPlatform

Power Automate - Functions

Power Automate Functions: EncodeURIComponent (Make URLs Safe!)

This is a video to show you how to use the encodeUriComponent function within Power Automate (and Logic Apps!). This function allows you to add URL safe characters to return an encoded URL.

Read More
Teams - Solutions

Getting Started with Creating Adaptive Cards for Microsoft Teams

This Blog and Video post will explain how to get started with making Adaptive Cards for Microsoft Teams. We will look at the overview of the designer, create an example card and discuss look at the limitations.

Read More
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: FormatDateTime (Change the Format of your Date and Time)

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

Power Automate Date & Time – Formatting Options

This blog post is to show you what characters to use to allow you to change your dates and times.

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: 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: 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