Month: October 2020

Power Automate - Functions

Power Automate Functions: Not

This is a video to show you how to use the Not function within Power Automate (and Logic Apps!). This function allows you to reverse a function converting a once true result to false and vice-versa.

Read More
Power Automate - Functions

Power Automate Functions: Or

This is a video to show you how to use the Or function within Power Automate (and Logic Apps!). This function allows you to take two arguments and return true if either argument is true.

Read More
Power Automate - Functions

Power Automate Functions: And

This is a video to show you how to use the Equals function within Power Automate (and Logic Apps!). This function allows users to to check multiple equations and get the overall result. In this example, we use multiple functions to check both strings and ints.

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

Power Automate Functions: IF

This is a video to show you how to use the If function within Power Automate (and Logic Apps!). This function allows you to check a logical (bool) expression and react the the result from returning simple text to using other functions.

Read More