Using RegEx condition to validate mail body

Hi @Basit_Xe

Hope this simple solution will help you.

Split the entire text by “From:” and taking first index (0) look for the match.

image

image

Code:
Sequence.xaml (9.1 KB)

Thank you.

2 Likes

Thank you very much it worked !!

1 Like

Thank you’ll for support and guide

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