Database trigger events
This section covers database trigger events, which are events that trigger whenever some specific data in the database changes
Creating a database trigger event
Creating the event


Building the expression

Understanding database trigger events
The event technically always runs – but the expression might stop it
Limitations of database trigger Events
They run with full administrative privileges
One database trigger event will not trigger a second one, or itself
Making changes to the same thing multiple times in the same workflow will only trigger the event once
Last updated
Was this helpful?