Graphene icon indicating copy to clipboard operation
Graphene copied to clipboard

Email Templates in Workflows is Order Dependent (changing order breaks the emails)

Open timcortesi opened this issue 5 years ago • 1 comments

In workflow email tasks, you can specify a workflow template to use when sending the email. That seems to work ok, except that if the order of the templates changes, the emails get mangled up as well.

For example:

"template": "template_7"

This also appears to be true for logic methods as well:

"logic": "method_3",

Can we make this more robust, so that adding / reordering / deleting templates and methods doesn't break workflows which require specific indexes for those templates / methods?

timcortesi avatar Feb 19 '21 20:02 timcortesi

yeah, this was never intended to stay that way - but will take some work to get around it.

Cloverstone avatar Feb 19 '21 20:02 Cloverstone