Filter Messages in Get Outlook Mail Message

Hi!
I want to filter the results of the extracted messages by:

  • Subject: contains at least 10 numbers

I have tried with
[Subject]=[Char.isnumber>9]

But I think my syntax is all messed up, can someone correct it/offer another solution for this?

Thanks!

Hi @Mogambo
Check this

Hope it helps :slight_smile:

Hi Arvind21,

Thanks for your answer, but what I want to have is 2 email extractions, one with the valid ones and another one to reject as the subject does not fulfill the conditions (at least 10 characters are numbers)

For this i’m validating using regex
Check this

I would suggest then creating two List and putting the items into them as you sort them.

Here’s an example using strings: Test_IfInInvokeMethod.xaml (5.7 KB)

And output:
image

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