Is there a way to do multiple sorts?

I have a table with entries by name and then date.

i’d like to sort the records first by name and then by date. Is there a way to do this?

H

The sort by connector in the Codeless block that retrieves database records can accept a list. The list should contain string values of the columns you need to sort the response by.

Thanks that solved my problem! Including my example in case it might help someone else.

I used this:

image

and got this

image