Update values in database every day

Hi there!

It is possible to change values in a database every day automatically based on some if statements. If it is, how can I do it?

Thanks in advance!

Sketching the project:
I have a database with products. A field in that database is the price of the product. (It is btw not Wix Stores) I want every day to check some things for each product and if the statements are true update the price of the product. And all that automatically every day.

Yes, have a look at Job Scheduler (a wix Cron Job).

Thanks!