When working with data in Power Automate, you may encounter nested arrays (arrays within arrays). In this post, the author shows a mathematically elegant way to flatten an array of arrays into a single-level array using Power Automate expressions. The slow way is to use an array variable, while the faster way is to use string manipulation. The new fastest way is to use div and mod flattening. The author provides an example and explains how this method works.
Login now to access my digest by 365.Training