| Open the recorded task in editor. We need to identify the action
where we send the standard reply. Lets say that actions is the Keystroke
action. We have to put this Keystroke action under a conditional statement as
follows Screenshot 1:
If $Clipboard$ Includes "some text" Then
'Keystroke Action of Sending Standard Reply.'
End If
Note: "some text" can be any text that 'always' occurs in an
email with approved order. For e.g. it can be a word 'Approved'.
In the above case, the action of sending a standard reply will be carried
out only if the email contains the word 'Approved'. |