Processing data with automation based on triggers
In the previous section, we learned how different automations are configured on the objects on the app screen. But not all automation needs can be fulfilled by them. Sometimes, we need to start processing an automation based on triggers that may not be a direct consequence of user action. To address such cases, Honeycode provides users with the option to create automation at the workbook level and configure them to be triggered on events, such as reaching a specific date and time and changing the value of a cell in a specific column. In the following subsections, we will learn how to configure such automations as we work toward building the use cases we defined at the beginning for updating our ToDo app.
Sending reminders based on set preference
So far, we have enabled our ToDo app user to set the preference but haven't made use of that information for anything. Let's fix that by creating automation using the Date &...