Month: April 2021

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