Is there a way to use max() to grab the maximum value from a column?
I am using the Excel connector and the "List rows present in a table" block.
I am hoping for something like this:
max(body('ListRowsPresentInATable')?['Key'])
Otherwise, I guess I'll loop through the keys and append them to an array variable and max that, but the above approach would be quicker.
Thank you for your assistance.