Dynamic Sender Emails
Overview
Currently, there are two ways to implement sender email on workflow notifications:
Hardcode sender email on notification templates.
Read and assign the sender email in the template in the method CHECK_AND_SEND_NOTIFICATION
The usual implementation would be reading an email from the approval matrix/settings and assign it to a data model field.
On FAB 3.3, this feature was improved to allow outgoing sender email to be retrieved directly from data model field.
How to configure dynamic sender emails
Data Model fields can be added as the dynamic sender email by enclosing them in curly brackets {}.