Hi, so i have a question on retrieving a row from a data table. I have a workflow built to retrieve information from my API and insert it into the table. once the information is in the table, like this
How do i retrieve the row with the largest value, in this case, it would be the second row which has -70. If i use a get row, how do i filter it so that it gives me back the row with the largest value from this table?
Thanks in advance!