Strings

Power Automate Desktop - Actions

Power Automate Desktop Actions – Create and Use Empty Strings

This video is in in-depth guide on how to use Empty String values on Power Automate Desktop. This video also looks at various examples, common errors and why they occur.

Read More
Power Automate Desktop - Solutions

Add an Empty String/Blank New Line on Power Automate Desktop

Do you want to create an empty string variable? Do you want to append a new line that’s blank? Well you may have tried to do this on Power Automate Desktop, however, you’ve hit the ‘Parameter ‘To’: Can’t be empty’ error issue, this blog post will show you what you need to do to work around this correctly.

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

This is a video to show you how to use the Join function within Power Automate (and Logic Apps!). You will also learn what a delimiter is. This function allows users to convert collections to strings while providing a parameterized way of separating the strings.

Read More
Power Automate - Functions

Power Automate Functions: Skip

This is a video to show you how to use the Skip function within Power Automate (and Logic Apps!). Collections return the amount of objects after the skipped objects and Strings return the characters after the skipped characters with the secondary parameter. Effectively you ‘skip’ items and take the rest!

Read More
Power Automate - Functions

Power Automate Functions: Take

This is a video to teaches you how to use the Take function within Power Automate. This function works with both Collections & Strings. Collections return the amount of objects selected and Strings return the amount of characters selected with the secondary parameter.

Read More
Power Automate - Functions

Power Automate Functions: First & Last

Want to learn how get the first or last character in a string? Alternatively do you want to get the first or last object in a collection within Power Automate? Then check out this video to learn the Power Automate First & Last functions in under 3 minutes!

Read More