Hi there.
Coming back from vacations, my app gives me an error,
This is the code that I've written in app property:
Set(ID_Last;First(Sort('T9 Segnalazione eventi macchina';Inizio;Descending)).ID);;
"Inizio" is a date/hour time field that you can translate with TimeStart: in my table, I need to check the most recend row in order to close that row (valuing a TimeEnd value) and create a new row with a new TimeStart.
Actually I have more than 5000 rows in my Sharepoint list. But in other apps (which are a copy of this one with the same code and the same columns in their tables) I reached 9000 and more rows.
The row data limit is actually set on 2000:

Can you help? Thanks.