hi , I am trying to figure out how to get result from nocoDB search to be sorted in descending order.
I have made a search action that give me several results. all by ascending order of the ID.
what I would like is to take the last result at every search action (which is the highest ID number) and use it in another action.
if I have the results in descending order then I can simply use the first result /output every time. I have this sorting option but it doesnt give me the flexabiltiy to change the initial result to descending order.
any suggestions? maybe a workaround ? how to extract the ID of the latest found result so I can use it in the next action .