Hey there -- I’m looking up records in another table that each have a ranked score (1, 2, 3, 4, 5, etc.). When pulling multiple rows from that table, I need to sort the resulting array by this ranking and return only the row with a score of 1.
Is it possible to sort within an array and return just one value?