Monday.com Max value from number column

Hello, i am trying to create automation to increase one number when new record is created, but i dont know how to find max number from my column now. I will be glad if somone can help me with it. Board have more than 2k records so itterator is not the best idea.

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