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.
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?
Weird, I didnt notice my column was in the text Format.
Aftern changing it to Date Time, it works fine now. Thanks!
P.S. i had to resort to Split Text and then SV for a temporary workaround.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.