How can I display a user's info after submission, for multiple occassions?

Yes, it’s quite simple to filter lists in Glide and there are many ways to approach it.
For example, you could create a fixed filter that only shows entries for the current month.
Or you could allow your users to select a month and then dynamically filter by that month.
Or you could allow them to select a date range (start & end date).
Or just about anything else you can dream up - it’s all possible.

Here’s a link to the docs that covers the basics:

There are more advanced filtering techniques that aren’t covered in the docs. Feel free to ask if you need some help.

Have a watch of the below tutorial. It will give you some ideas and get you headed in the right direction:

2 Likes