Quantcast
Channel: UiPath Community Forum - Topics tagged error
Viewing all articles
Browse latest Browse all 4384

Not able to find correct filter format for get outlook mail message activity

$
0
0

Hi All,

My filter format is mentioned below
“[ReceivedTime] >= ‘”+now.Date.AddHours(-24).ToShortTimeString+"’ AND ([From] =‘Parthasarathy, Shyam’ OR [From] = ‘Bhattacharya, Sayantan’)"

The above was working fine. but i want to replace the name with a dictionary variable. so i tried with below.

“[ReceivedTime] >= ‘”+now.Date.AddHours(-24).ToShortTimeString+"’ AND ([From] = “+Config(“EmailFilter”).ToString+” OR [From] = ‘Bhattacharya, Sayantan’)"

config is dictionary variable and emailfilter is my key for my value.

This shows condition is invalid error. Please help me to sort this out.

Thanks,
Shyam

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4384

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>