Hi
I am creating a flow that need to find max number from the SharePoint list .
I can get Array of all the numbers but how to identify Max number . Please find the attachment
Also tried like : MAX(Output(VarMax)), but it getting error . Please help me
Hey @ursNani
The reason you are getting an error is because the values you are getting are of string data type. And max expects its input to be of integer or float type.
So try this:
In compose 1 I have added your data.
Then in Select, I have passed output of compose and I have used this expression
Output:
To get the Select action like me just click on that:
I hope this helps 🙂
User | Count |
---|---|
92 | |
44 | |
21 | |
18 | |
16 |
User | Count |
---|---|
137 | |
49 | |
42 | |
37 | |
29 |