Display of a dynamic list

Trying to figure out how to accomplish the following:
Create a sign-up page for individuals to sign up for a group event (20-30 max signees) weekly. As people sign up, I want to display the list of all those who have signed up for that week. At the end of the weekly signup period, I will delete the list and start a new list for the next week. Thus this list will grow daily as members sign up.

Can’t seem to find the right tutorial video to accomplish this. Thanks for your help.

Hi,
First, I would start with the article " How to Create Member Profile Pages with Wix Code ".
Afterwards, you can create a page and filter all records that were created on the last week using the Wix Data API .

Note that you don’t have to delete this list after a week, just simply display only the records that were added on the previous week.

If you have other questions after reading these articles, please specify what you were struggling with ( I mean with which step).

Have a good day,
Tal.