Hiii,
How to add Date filter from passing Config Key or else passing Variables in Get outlook mail messages activity.
I tried this scenarios.But i’m not getting output.
ex:
“[ReceivedTime]<= ’ " + “07/20/2018” + " ’ AND [ReceivedTime]>= ’ " + “06/19/2018” + " ’” (Don’t want hardcode the value.)
“[ReceivedTime]<=’”+(Config(“ToDate”).ToString)+“’ AND [ReceivedTime] >=’”+(Config(“FromDate”).ToString)+“’” (Here i’m fetching the ToDate and FromDate through configFile. But This scenario not woking.)