Hi everyone, i have a scenario that i want to download specific attachments from Email using RE Framework.
ex : Mail.subject.contains (" Axis bank")
If i use this type it’s showing error (it’s not showing subject in RE Framework )
Can anyone help me how to solve this
Hi @ranaprathap928
Can you please try the below format,
Assign activity : MailSubject = mail.Subject.ToString
IF activity with Condition : MailSubject.ToLower.Contains(“Axis bank”.ToLower)
Hope this helps,if it works, mark it as solution.
Thanks,
Latika
Hi @Latika10011740 I’m not able to write that word subject its showing error
Get_Outlook_MailAttachment.xaml (15.4 KB)
can you please check the Workflow attached for your reference.
Thanks
Latika
@Latika10011740 we are using gmail here, i will check your workflow also once
@Latika10011740 I’m not getting that (subject) here. Is it required to install any package.
can you show me the ReadMail Type where you have declared it??
These are the packages need to be installed for Email.

Thanks
Latika
I used this in get IMAP messages output
This is Correct,
Can you check the For Each activity Type argument should be,

1 Like
Thanks @Latika10011740 it’s working now.
1 Like
@ranaprathap928 Thank you for marking as solution. 
system
(system)
Closed
16
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.