Hi! I’m building a student app in and I want to display a notification-style card that always shows the next upcoming class, can someone please explain it step by step what can I do, I’m m kinda clueless
You might need to define the dates of classes (see Basic Columns) and then visibility conditions based on these dates (see Visibility Conditions).
An idea for you !
Why not using a notification center (kinda)?
Or something like this ?
Do you mean something like a container/card that is always visible in your Home page?
You can have a custom collection pointing to the list of classes, then limit to show only 1 item, filter by “date” is on or after today (so only upcoming ones are considered), and sort by date being earliest to latest.
By doing so, only the next upcoming class will ever be shown, and you can design your custom collection “card” the way you like.