I got it fixed. For some reason, I need to delete the previous workflow action and make a new one with the same template. Right now I am trying to access a record from the parent id using [_Thisrow-1].[Parentcolumnname] and I keep getting the following error.
This is the entire message:
Failed: Action not performed because 6 errors are present. Error: Workflow rule ‘New Workflow Rule 2’ action ‘Email Task’ Attachment template. Expression ‘[_THISROW-1].[Member]’ is invalid due to: Unable to find column ‘_THISROW-1’. Error: Workflow rule ‘New Workflow Rule 2’ action ‘Email Task’ Attachment template. Expression ‘[_THISROW-1].[Member Address]’ is invalid due to: Unable to find column ‘_THISROW-1’. Error: Workflow rule ‘New Workflow Rule 2’ action ‘Email Task’ Attachment template. Expression ‘[_THISROW-1].[HomePhone]’ is invalid due to: Unable to find column ‘_THISROW-1’. Error: Workflow rule ‘New Workflow Rule 2’ action ‘Email Task’ Attachment template. Expression ‘[_THISROW-1].[Care Manager]’ is invalid due to: Unable to find column ‘_THISROW-1’. Error: Workflow rule ‘New Workflow Rule 2’ action ‘Email Task’ Attachment template. Expression ‘[_THISROW-1].[CMEmail]’ is invalid due to: Unable to find column ‘_THISROW-1’. Error: Workflow rule ‘New Workflow Rule 2’ action ‘Email Task’ Attachment template. Expression ‘[_THISROW-1].[Insurance ID].[Insurance]’ is invalid due to: Unable to find column ‘_THISROW-1’…
This is what I am trying to achieve: