How to delete data in a table after some time like expiry time in cloud automatically?
You could write a function with a cron job to delete the desired data based on the documents createdAt or updatedAt timestamp.
outdate but gives you the idea: https://dev.to/appwrite/30daysofappwrite-cloud-function-with-cron-258c
Recommended threads
- Searching by attribute "name" requires a...
I have a table "products" with a few columns I'm trying to search by, but I get this error: ```json { "message": "Searching by attribute \"name\" requires a...
- Issue with usage
I have a weird problem, my project on appwrite was using avarage 5-10k reads a day, it was okay, but suddenly last 7 days, reads are about 60k a day, the code h...
- 🐛 Realtime Flutter SDK Crash – Realtime...
**Summary** When using Appwrite Cloud with the Flutter SDK (latest appwrite release: 21.4.0), Realtime crashes with: ```Unhandled async error: type '_Map<String...