We’re using Coda to store the list of completed projects.
I want to highlight the last 3 on the homepage as cards. When a new project is completed, it should appear in the top 3 and bump one of the older ones.
How do I limit the number of cards displayed to 3?
Can I use Last Modified timestamp (should be system-generated) instead of Date Completed (manually tracked).