Anvil Get Last Row of Data Table

last_row = app_tables.my_table.search(tables.order_by('timestamp', ascending=False))[0]
Tough Turkey