Automatically change a 'yes/no' entry in the database

Hello,

My issue is, I think, simple, but I’m not able to find a solution. Let me describe it.

The actual issue

I have a button that each time it is clicked, it modifies a button_clicked row to yes.

What I need is that yes entry to be modified automatically, without any manual intervention.
I need that yes entry to change to no automatically every x amount of days.

Are there any ways to do this? If not, would it be possible to do something similar?

Thanks in advance for the help.

@joliveau.loan

When the event that created that row took place you could schedule a backend flow to happen X days (minutes, months, years) in the future to do what you want.

Explore how api or what are now known as backend workflows work