I’m trying to create recurring records, the logic is as follows:
I have a table with Field A and Field B
Field A is a date.
Field B is a calculated date one week from Field A’s date.
When a record’s Field A is older than NOW(), I want to create a new...