cancel
Showing results for 
Search instead for 
Did you mean: 

Filter Collection by date

AdarshKappettu
Level 3
​Hi,

I am importing some data from Excel into a collection. I wish to filter the collection on Entry date today. The date in the collection is in MM/dd/yyyy text format.

Kindly suggest a syntax to filter the collection.

Thank you.
Adarsh

------------------------------
Adarsh Kappettu
------------------------------
1 REPLY 1

MichalSzumski
Level 6
Hi,

Use object "Utility - Collection Manipulation" -> action "Filter Collection". In "Filter" input you need do use something like below:

"[Entry Date] = '"&FormatDateTime(Now(),"MM/dd/yyyy")&"'"

------------------------------
Michal Szumski
RPA developer
Rockwell Automation
Europe/Warsaw
------------------------------