Hello @FLMike
What I am trying to achieve is that .
1) I am donwloading mails with attachments and a subject XXXXXX - Step is ok.
2) Loop through each attachment. - Step is ok.
3) I am checking for a condition where I am checking for email domain name in FROM parameter which I want is @xxxx.com OR @yyyyy.com - Here the expression result is false (attached screenshot).
4) If it is TRUE then check if the file extension is .pdf, however since there is an error in this step (Screenshot attached)
ActionBranchingConditionNotSatisfied
The execution of template action 'Check_if_file_extension_is_pdf' skipped: the branching condition for this action is not satisfied.
Appreciate your support for the same. Let me know if there is any information that is required.