function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Srinivas Gudise 4Srinivas Gudise 4 

Email workflow action using custom settings data

I am trying to create a email workflow action, can we set the email alert based on the values present in custom settings? (or) do we have any other way to implement it?

I am new to the custom settings
bob_buzzardbob_buzzard
You can't dynamically choose the alert template based on custom settings. You can access hierarchical custom setting values in Visualforce templates to dynamically set the template contents.