Filter Collection by date
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-06-20 07:03 AM
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
------------------------------
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-06-20 07:51 AM
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
------------------------------
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
------------------------------
