How to median arrays of numbers.(Power Automate Cloud flows)
Steps
Power Automate alone is too much work, so we will utilize an Excel sheet.
There will be two tables in the Excel book.
The first is an empty table to which the array values will be added.
In the sample, it is named "ValueTable".
The second table is for median calculation.
In the sample, it is named "ResultTable".
This table has an expression set in the first row with the MEDIAN function.
Place this Excel file in a location that can be accessed by Power Automate, such as OneDrive.
Next, prepare an array variable of numbers.
Repeat the items of the array variable with "Apply to each".
The rank is calculated using the RANK.EQ function.
Set up "Add a row into a table" in "Apply to each" and specify the following.
Parameter | Value |
---|---|
Location Document Library File Table | The location of the target Excel file and the table name. |
Value | Current item |
This flow will set the median value in the "ResultTable" of the Excel sheet.
The contents of this Excel file are retrieved by "List rows present in a table".
This allows Power Automate to retrieve the median.
For those who want to learn Power Automate Cloud flow effectively
The information on this site is now available in an easy-to-read e-book format.
Or Kindle Unlimited (unlimited reading).
You willl discover how to about basic operations.
By the end of this book, you will be equipped with the knowledge you need to use Power Automate Cloud flow to streamline your workflow.
Discussion
New Comments
No comments yet. Be the first one!