Get queue items in date range

Hello,

Is it possible the activity Get Queue Items to take queue items from specific date range.
For example I have one column Date in the Queue and I want to take only the transaction items between 20.06.2020 and 23.06.2020.
My queue have items from 01.06.2020 to 30.06.2020.

Thanks in advance!

If that field is a custom one, then this activity can not use it. You can only use creation date or reference field to filter.

@bcorrea
Hello
This field “Date” from my Queue is string type “YYYY.MM.DD”.
It was easy for me to say in reference 2020.06.20 and I get all queue items for this date.
But is it possible to put in the reference field date range between two dates?
If I need to convert the field from String to Date it will be not a problem for me. I just don’t know how to put date range in reference.

That is not possible, the reference field is there only to be used like a key to retrieve an specific item, to use it like it was a range, you would have to code in your process and retrieve each date in the range at a time.

Thanks for the explanation and proposal!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.