Hi,
I have two tables, one of tasks and one of tenants.
In the table of the tenants I have a column of the end date of the tenant's contract.
I want to automate that at the beginning of each month (on the 1st of each month) I will create a RECORD in the table of tasks with the task of renewing the tenant's contract only if the date of the end of the tenant's contract is a month later.
For example, if today's date is October 1st, I want to create tasks for each tenant whose contract ends in November.
Is it possible?