”适用于每封电子邮件“的筛选器

遇到一个很奇怪的问题,在For Each Email活动的”其他筛选器“中加入筛选条件,筛选不出任何结果。

我以前用过这些活动,都很正常,有谁知道是什么问题吗?我的版本是2023.4.0 Community。
谢谢!

@Li_Eric

Can you show what is the filter that you are using please

Cheers


image

I’m going to use these 2 filters but it seems it would not work if every one was added.

Thank you.

@Li_Eric

When you mean everyone is added …you are adding different filters for each type of from email address?

If yes then you are using and condition …so that means from should contain all the emails that you add…that is how it works…if you want to filter any email that you specify then you can use or condition instead of And

Cheers

Sorry. I mean it always return nothing whatever the filter is.
I deletd the “From” filter and keep “Date” along, it still dosen’t work.
But if i delete all filter, it returns the correct results.

@Li_Eric

I see there is a limit set to 5 emails …so in the first 5 emails you have the conditions matching? That is 3 days and the given email id is present?

Cheers

Thank you for your reminder!
I just noticed that these emails were automatically forwarded with a rule

autoforward+sunfei@shanghaibark.com; in behalf of; joian@shanghaibark.com

.
But the address after “in behalf of” is not classified as a Sender. Do you have an idea to filter the result with “joian@shanghaibark.com”?

@Li_Eric

Yes from field does not include that information…

On thing I can suggest is to run the bot in debug mode…place a break point inside the for loop…

And go to locals panel once the bot pauses and expand the currentmail variable and check if any of the fields is having this information …

Then we can use that field…As I donot at present have a autofirward setup I cannot verify from my aide…but even i would follow the same steps to see if any of the values include on behalf of value in their value fields

Hope this helps

Cheers

Unfortunately I didn’t find any field having this information.

But thank you any way.

@Li_Eric

The may be its not available directly…can you use the forwarded email to check? or the domain of th email alone?

Is that not unique?

cheers

It is the forwarded email.
seems system created a new sender " autoforward+sunfei@shanghaibark.com <autoforward+sunfei@shanghaibark.com>".

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