Email Automation_Filter

I have workflow where i have to filter mails with subject and from in get mail messages itself.My outlook is displaying just name not the email id but inside of the details we can see mail also.
I am using “[From]='”+in_config(“Frommail”).tostring+“‘And [Subject] =’”+in_Config(“Subject”).tostring+“'” with this query i was able to get mails as here " From" is fetching displaying name.

But i want with email id.I tried with senderemailaddress instead of From.
“[senderemailaddress]='”+in_config(“Frommail”).tostring+“‘And [Subject] =’”+in_Config(“Subject”).tostring+“'”

For this expression,i am getting error likr “Option strict on disallows implicit conversions from string to long”.

Could anyone help me in this… @lakshman @Palaniyappan
@Raghavendraprasad

1 Like

Hi @Satish_Ch

Please give a try with senderemail address like below.

[SenderEmailAddress] First letter of the word should be UpperCase!

Please take a look at the thread below which @Palaniyappan provided a solution.

Regards

1 Like

Hi

I would like to know the value of this key in excel.
Please mention the value of that key
I think the error message also implies the same

Cheers @Satish_Ch

Why my Get outlook mail messages activity is not reading mails sometimes.
sometimes its working
Could anyone suggest me any solution for this

Hi @Satish_Ch

Are you getting any Error while the mail not reading!

If Error Can you share me what kind of Error is it?

Regards

No error nothing calvin, sometimes its not reading the mails. I thought its coz of some cache issue or something?

Hi @Satish_Ch

Please refer the thread below!

Regards