Logic Apps

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 - 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
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: 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: Div (Division)

This is a video to show you how to use the Div function within Power Automate (and Logic Apps!). Learn how to use division with different input types!

Read More
Power Automate - Functions

Power Automate Functions: Add (Addition)

This is a video to show you how to use the Add function within Power Automate (and Logic Apps!). Learn how to use addition with multiple inputs!

Read More
Power Automate - Functions

Power Automate Functions: Bool (Boolean)

This is a video to show you how to use the Bool function within Power Automate (and Logic Apps!). Learn how to convert various types to a Bool value.

Read More
Power Automate - Functions

Power Automate Functions: Equals

This function allows users to compare objects (such as strings, ints etc) and if they’re the same, returns a true value, and if they’re not the same, returns a false value.

Read More