Do you know How to Filter Outlook Emails in UiPath as per process requirement? Let's watch this.
@sahil2a4793 жыл бұрын
I want to filter my file. Can u help me
@dhachanamurthydhachanamurt84472 жыл бұрын
Really very useful and good explanation... thanks you....
@lovebaking25034 жыл бұрын
Thanks! The subject and the From are working!! Have been looking high and low for this..
@UiPathHacks4 жыл бұрын
very comprehensive. thx ! :)
@UiPathRPA4 жыл бұрын
Glad you think so!
@anjalyunnikrishnan88752 жыл бұрын
Is there any way to read meeting related mails like meeting invite,meeting response(Accepted,declined etc) in uipath.get outlook message activity is not reading these mails
@80wunderlust2 жыл бұрын
Hi, Is it possible to apply 2 or more different types of filters? Like I want to filter a certain sender and certain subject?
@UiPathRPA2 жыл бұрын
Yes it is possible. Please check these videos. kzbin.info/www/bejne/fYmQlouNjNyneNE kzbin.info/www/bejne/bKLSkJ1jlpmZhdU
@80wunderlust2 жыл бұрын
@@UiPathRPA Thank you
@PRASAANTH6 Жыл бұрын
hi, for days by mentioning (-1) or (-2), it should consider only particular day, but in message box showing from today's mail subject also, so, how to get only yesterday's mail subject or yesterday's mail count.
@rajatdhammi4 жыл бұрын
Hi, how to download attachments in the email while filter from email name?
@tekkanmarshal72404 жыл бұрын
Question : What condition can we use in filter parameter to get the mails only for the current date, Or for only for a particular date. I used [ReceivedTime]='"+Now.ToShortDateTime+"' this is not working.. Please suggest.
@ImranKhan-pw9xh4 жыл бұрын
can you please provide a link to level 3 assignments if you have done it
@vishavgupta37173 жыл бұрын
Please tell how to apply these multiple filters in one line. Example date is today , subject is anything and sender is someone. Please reply
@yizhiyuan854 жыл бұрын
so how can we filter recieve date less than a date and bigger than a date? use what to combine them?
@sayannag94 жыл бұрын
For applying multiple filters at the same time, shall we use and(ampersand) in the Filter criteria?
@UiPathRPA4 жыл бұрын
You can use logical operator like AND, OR.
@sayannag94 жыл бұрын
@@UiPathRPA Ok got that
@khanyisaqamata84093 жыл бұрын
Can we extract data (like sender email addresses ) from excel and pass it to Get outlook mail filter in order to make it more dynamic?
@UiPathRPA3 жыл бұрын
Sure, you can do this.
@venugopalpolaki76153 жыл бұрын
Hi I want to filter on three types of subjects. For ex I am getting mails with subject having the words 'jk-sbiinb', 'bv-sbiinb' and 'bp-sbiinb'. The complete subject is not static My requirement is to filter the mails where subject contains the above three key values Can you please help how to write filer statement thanks in advance :)
@Varmaraj074 жыл бұрын
How we can store..receive time and sending time and subject in excel file?
@kaushik__77283 жыл бұрын
sir when im using .from its showing error why
@shivamgupta57374 жыл бұрын
do you know how to filter out email based on the domain name .that means i need only that mails which ends with @gmail.com
@UiPathRPA4 жыл бұрын
You can check if sender or from contains @gmail.com