How to accomplish these?
-
Need to trigger an action every so often. For example, for a task management app, I need to generate a task every day/week/month. For example, generate a task every week to water the plants.
-
Need to trigger an action caused by other action. For example, if a record added to the table, add 3 more records in another table. Specifically, if “water the plants” task added a records (from previous example), trigger an action of adding 3 more sub tasks of paying water bill, remind to close all water faucets, and send an email these records are generated.
Thanks!