cancel
Showing results for 
Search instead for 
Did you mean: 

Filter Collection with dates

Sudha_RPA
Level 3

Hi All,

How to filter collection for particular date interval(ie. 03/04/2024 to 03/08/2024)

Regards,

Sudha



------------------------------
Sudha Priya
------------------------------
1 BEST ANSWER

Best Answers

DexterWhelan
Level 5

Hi Sudha.

Think you're looking for something like the filter collection action inside of collection manipulation.

the syntax is basically [filter name] = 'some value' to get what you want. 

here is an example

top level view

32862.png

each stage

32863.png

(this is a custom object but the action exists in the normal collection manipulation)

note the query syntax. 

32864.png

inside the single quotes I have hardcoded a value but you may want to use a variable which would be like this:

32865.png

result post filter inside another collection that you can then use. if no values are found the collection will contain zero rows

32866.png

thanks 

Dexter



------------------------------
Dexter Whelan
Senior Developer/Mentor
SAS
Europe/London
------------------------------

View answer in original post

2 REPLIES 2

DexterWhelan
Level 5

Hi Sudha.

Think you're looking for something like the filter collection action inside of collection manipulation.

the syntax is basically [filter name] = 'some value' to get what you want. 

here is an example

top level view

32862.png

each stage

32863.png

(this is a custom object but the action exists in the normal collection manipulation)

note the query syntax. 

32864.png

inside the single quotes I have hardcoded a value but you may want to use a variable which would be like this:

32865.png

result post filter inside another collection that you can then use. if no values are found the collection will contain zero rows

32866.png

thanks 

Dexter



------------------------------
Dexter Whelan
Senior Developer/Mentor
SAS
Europe/London
------------------------------

LeonardoSQueiroz
Level 10

Hello,

There are a few different ways to carry out the process.

In this article there are some suggestions: Filtering a collection by date

 Regards,



------------------------------
Leonardo Soares
RPA Developer
América/Brazil
------------------------------
Leonardo Soares RPA Developer América/Brazil