Well, if your requirement is only for sponsered as mentioned above,
Read the pdf to text and check if it contains sponsored in “if” activity.
Then part of “if” activity,
drag send outlook mail message - open properties and go to attachments argument panel and pass the pdf file path used in “read pdf” activity
Not the textoutput of a pdf file, add the file path of the pdf file. in the attachment properties panel.
or
pass the input variable of read pdf activity into attachments
already sent the file. are good news!
but it does not send the specific file.
in the IF activity specify Outputpdf.ToString.Contains(“IEEE”)
What should I add to it so that it can send me the PDF containing the initials (“IEEE”)?
Please I am learning.
Hi. Just as a best practice, I would suggest using .tostring.toupper for both sides of the compare so AbC123 would match abc123 as an example (it would match as ABC123 = ABC123).