How to get latest mail from bunch of same set of mail

Hi All,

I am facing one challenge I need to get the body of the latest mail from bunch of same type of mail.
Example:
If I have received 4 mails and subject of all these mails are “WaterFall (PROD)”. Now I need the body of latest mail.

Please help If anyone have the answer of this.

Thanks!
Anmol

Hi @anmolk171

If you want to achieve this you only need to use filter first using this syntax “[subject]=‘WaterFall (PROD)’” and then you need to select only top 1 to select the first mail.

anyway here is a xaml file for this enjoy :slight_smile:
Main.xaml (6.5 KB)

Regards
Reda

Hi @reda,

This will not work in this condition. No worries I found a way.


Thanks!
Anmol

Here is the solution

Main.xaml (8.9 KB)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.