BPM to send email when last operation is complete and on jobs beginning with "R"

I have created a BPM to send a email after last opcode is compeleted and with jobs number beginning
with “R” but for what ever reason it not working for me… could any one advise

Condition - the LaborDtl.JobNum field of all rows begins with the “R” expression
and the ttLaborDtl.OpCode field has been changed from any to “FGRecv”

Action - send e-mail synchronously based on the Mail template with rule

Have you tried a different action like a warning message if that works first before trying the email action?

the bpm sent an email with the ttLaborDtl.OpCode field has been changed from any to any

did not work with the ttLaborDtl.OpCode field has been changed from any to “FGRecv”

Is that the full description “FGRecv” of the opcode? My thinking is that it doesn’t recognize that code. Have you tried a different opcode?

Cracked it - this one worked.

i used - or the LaborDtl.OpCode field of the added row contains the “FGRecv” expression