I’ve used Airtable before, but never set up my own base before, so pretty new to this.
I have two tables
- Students
- Daily Submissions
Students is a fixed list of enrolled students that is linked to Daily Submissions
Daily Submissions is fed by a form that collects a student (selected from a menu from Students), a link, and a description. When someone submits a form, it also collects Created Time in a field called timestamp.
In Students, I want to create a field called Most Recent Share that will display the date of the most recent Daily Submission for each student.
After reading Rollup field overview and topics including Formula to calculate the latest Date in an array and Roll up max date but show another field I tried creating a Rollup that collects ARRAYUNIQUE(values)
, which showed nothing, and MAX(ARRAYUNIQUE(values))
, which showed a column of zeroes
But I don’t know which of those is correct, or what the Formula (or is it Lookup?) in the Most Recent Share field should be, and how it calls the Rollup field.
I would be most grateful for your guidance. Thanks!