I have an Email template that is attached to a workflow rule that worked just fine till yesterday when it would not load during a sync. No changes were made to the template or the table it is connected to.
Here is the error:
“Errors”: "Error: Workflow rule ‘Batch Summary’ action ‘Action 1’ Body template. Template could not be loaded due to exception: RemoveEnd mismatch: Expected: <>, Actual ",
“Errors”: "Error: Workflow rule ‘Batch Summary’ action ‘Action 1’ Body template. Template could not be loaded due to exception: RemoveEnd mismatch: Expected: <
The Start expression in your template shall end with an <<End>> placeholder and that’s missing in your template.
I kind of thought that is what it meant but every start has an end. Plus this template used to work just as it is. I just tried adding another <> just to see what would happen but that didn’t work. Would you be willing to look at my template?
I recently added the ability to include <> expressions in workflow templates.
When doing that I introduced a regression, which you encountered.
I am sorry about that. Thanks for reporting the problem.