Delete an entry on a data type n time after creation without API workflows

Hello, I’m wondering if it is possibile to delete a created entry in a specific data type N time after its creation without the use of scheduled workflows.

If I were to use scheduled workflows for each entry that gets created in the database I would consume a lot of WUs.

Is there any other way to not let the data remain in the database

What’s the duration in time? Right after it’s created? If so, you can use database triggers. Otherwise, API workflows would be the way to go

Like 10/24h

I think a scheduled API workflow is the best way to go then.

1 Like