Workflow Template Expressions

HI I am getting the error. Failed: Action not performed because 1 errors are present. Error: Workflow rule ‘Service Docket 2’ action ‘Action 1’ Attachment template. Contains expression ‘<<Start:<<[Equipment Required>>’ having a start token ‘<<’ without a matching end token ‘>>’.

This is the expression I have Type in and not sure what I am missing.

Thanks

Blake

2X_d_d9655eb5ae27523b09c5b13d7222a13c7613301f.jpeg

0 4 443
4 REPLIES 4

Steve
Platinum 4
Platinum 4

This:

<<Start:<<[Equipment Used]>>

should be this:

<<Start:[Equipment Used]>>

Same for <<Start:<<[Equipment Required]>>.

Hi @Steve

I now get the error

Failed: Action not performed because 2 errors are present. Error: Workflow rule ‘Service Docket 2’ action ‘Action 1’ Attachment template. Expression ‘Start:[Equipment Required]’ is invalid due to: Unable to find table ‘START:’, did you mean ‘Menu’?. Error: Workflow rule ‘Service Docket 2’ action ‘Action 1’ Attachment template. Expression ‘End’ is invalid due to: Expression refers to undefined field…

I don’t believe you can have two <<Start>> expressions on the same line of the template. Unfortunately, I’m at the bounds of my template knowledge, so I can’t say for sure.

You may need to do something like this:

Yes that’s true. If you need to do that, you need to insert the 2nd one into another table (nested).

Top Labels in this Space