Hello, I am trying to add a workflow rule that is similar to the tutorial demonstrated here https://www.youtube.com/watch?v=8ffGuVPRF6U
Mine is supposed to be based on the Weekly Activity Reports table
WEEK OF <<START:SELECT(WEEKLY ACTIVITY REPORT[Timestamp], AND (CONTAINS([Lifecycles],“Government Career Employment”), [Desired Start Date] >= [_THISROW].[Event Start Date], [Desired Start Date]<= [_THISROW].[Event End Date], TRUE))>>
It should then find all the items on Related Meeting Minutes selected and place them on the email attachment template if they have a timestamp that matches the predefined select criteria.
Embed Table criterion on attachment criteria here:
<<Start:[Related Meeting Minutes]>><> <><>
Here is the current Error list from the log:
“Errors”: "Error: Workflow rule ‘WAR Workflow Rule’ action ‘Action 1’ Attachment template. Expression ‘Start:[Related Meeting Minutes]’ is invalid due to: Unable to find table ‘START:’.
Error: Workflow rule ‘WAR Workflow Rule’ action ‘Action 1’ Attachment template. Expression ‘PROJECT NAME:’ is invalid due to: Expression refers to undefined field.
Error: Workflow rule ‘WAR Workflow Rule’ action ‘Action 1’ Attachment template. Expression ‘Decision Made’ is invalid due to: Expression refers to undefined field.
Error: Workflow rule ‘WAR Workflow Rule’ action ‘Action 1’ Attachment template. Expression ‘End’ is invalid due to: Expression refers to undefined field.
Error: Workflow rule ‘WAR Workflow Rule’ action ‘Action 1’ Attachment template. Expression ‘DISCUSSION ITEM’ is invalid due to: Expression refers to undefined field.
Error: Workflow rule ‘WAR Workflow Rule’ action ‘Action 1’ Attachment template. Expression ‘NEXT STEPS’ is invalid due to: Expression refers to undefined field.
Error: Workflow rule ‘WAR Workflow Rule’ action ‘Action 1’ Attachment template. Expression ‘OWNER’ is invalid due to: Expression refers to undefined field.
Error: Workflow rule ‘WAR Workflow Rule’ action ‘Action 1’ Attachment template. Expression ‘DUE DATE’ is invalid due to: Expression refers to undefined field.
Error: Workflow rule ‘WAR Workflow Rule’ action ‘Action 1’ Attachment template. Expression ‘MISCELLANEOUS’ is invalid due to: Expression refers to undefined field.",
As you can see, there are a few of these.
Can you tell me what could be the problem that it keeps thinking <<Start: is a table and therefor all other columns are undefined fields?
User | Count |
---|---|
35 | |
9 | |
3 | |
3 | |
2 |