I have a system where users can create Leave of Absence requests, then an admin can accept or deny them.
When their Leave of Absence ends, I want their request to delete itself.
How would I do this?
I have a system where users can create Leave of Absence requests, then an admin can accept or deny them.
When their Leave of Absence ends, I want their request to delete itself.
How would I do this?
Anybody got an idea?
You can schedule an API workflow to run on the item and delete it
Could you explain that?
https://manual.bubble.is/using-the-bubble-api/scheduled-workflows.html
When you create your Leave of absence, schedule an API workflow to run at the end date of Leave of Absence.
Cheers!