Move the email from inbox to some folder with change of in its subject

Hii,

I have a condition, where when we move the outlook mail from inbox to some X folder, i have to change in subject of the mail.

Any idea how to do it?

Hi
I haven’t tried this
Once after getting the mail list and passing that to a for each loop
Inside the loop use a assign activity like
item.Subject = “your new value”

And then use Move mail activity

Cheers @ShekharRPA

@ShekharRPA

I guess, @Palaniyappan is right.

I have done this in one of the case.

Regards,
@hacky

Mail.xaml (6.5 KB)

Not working, You can check

Not Working, Xaml is attachedMail.xaml (6.5 KB)