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