Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Filter emails using MicrosoftOutlook RPA connector

Laura_Martinez
Kilo Guru

Hi everyone,

 

I have a doubt, I'm checking RPA capabilities and wanted to know how should I configure the Filter when using GetMails method of MicrosoftOutlook connector:

 

Laura_Martinez_0-1716411046798.png

I've tested several ways like "subject=RPA Test", "subjectSTARTSWITHRPA" or "RPA Test"; but every time I'm getting the same error message: 

Laura_Martinez_1-1716411164703.png

If I let that field empty it is able to return the unread emails, but I wanna know how I can filter it.

 

Thanks in advance.

1 ACCEPTED SOLUTION

I've found the solution with snow team aid:

 

This is the structure for the filter:

[subject] = 'RPA Test’ -----> This is for equal condition

[subject] <> 'RPA Test' -----> This is for not equal condition.

[subject] > 'RPA' -----> This is for starts with condition.

[subject] < 'RPA' -----> This is for contains condition.

Laura_Martinez_0-1717097107669.png

 

View solution in original post

3 REPLIES 3

sarahkovar
Tera Contributor

Hi, I'm running into the same issue, did you resolve this or work around it?

Hi, I haven't resolved yet, I'm still working on it.

I've found the solution with snow team aid:

 

This is the structure for the filter:

[subject] = 'RPA Test’ -----> This is for equal condition

[subject] <> 'RPA Test' -----> This is for not equal condition.

[subject] > 'RPA' -----> This is for starts with condition.

[subject] < 'RPA' -----> This is for contains condition.

Laura_Martinez_0-1717097107669.png