Monday.com Max value from number column

Hey @Dawid_Zywica,

This is possible, could you let me know how your output looks, a screenshot would be best.

I’m expecting it is either an Array or a number of bundles you could aggregate to create an array. Once you have an array you can simply map(array;value), replacing value with the ‘raw’ value of the column/field. Then use the max() IML function.

4 Likes