execute code not working
# 🤝help
f
I am trying to execute this code which sorts the table array by id in descending order. It is supposed to grab all the values and then sort. But it doesnt grab all the values. It does still sort it but only the first 20-30. I only have 50 rows in the table. const sortedRecords = await inoutTable.findRecords({}).then(records => _.orderBy(records, ['id'], ['desc']));