Function Friday - Collection Functions - First, Last, Empty, Length
Power Automate contains excellent support for working with collections of objects. Generally, these will be treated as arrays of objects. However, these functions will also work with strings as, in Power Automate, strings are also considered a collection, as they are essentially an array of characters. As such, Power Automate contains a good selection of functions for working with these collections.
For my return to functions in Power Automate, we’ll take a look at the first group of collection functions: First, last, empty, and length.