How do I automatically rese data in app sheet daily

If I open my appsheet after a day, I will still see yesterday data. How do I get a new data space everyday while the old one ar backed up

You can create a slice with a row filter based on your date column, as:

TODAY() = [date]

1 Like