Chapter 13 – Conducting Periodic Business Reviews Using Honeycode
Exercise 1
This automation is the same as the Epic Updates automation we wrote earlier in the chapter, and can be created by following these steps:
- Click on the + icon to add new automation and name it
Feature updates
. - Select Column changes under Automation trigger, select the
Features
table and theUpdates
column. - Set
=NOT($[PREVIOUS] = [Updates])
as the condition to run the automation. - Next, add the overwrite action and set the value of the Last updated column to
=Today()
, and then publish the automation.