In my Glide app, I am using computed columns to convert a timestamp into date.
It works fine, but stops at the last 2 rows as per ss below. The same app is using a linked Glide Table, and this behaviour occurs in both apps.
What happpens if you make your timestamp column a date time column instead of a text column?