Hi Community,
I’m building an Action Flow that sends email alerts based on a flag column (e.g., Alert_Status = 'Yes'
).
The email subject and body should change dynamically based on the record’s status (like Pending, Approved, Rejected).
I have a config table that maps each status to a subject and body template.
Appreciate any suggestions!