Filter not working properly

Status: Closed · Asked by nitingoyal on · 0 views

nitingoyal — Question ·
Task History ID: IjU3NjAwNTZiMDYzNjA0MzQ1MjY0NTUzNTUxM2I1MTY2NTQzNCI_3D_pc

I have a workflow scheduled(Every thursday) to move files older than 5 days to a specific folder, for that i am using filter,
It was working properly till last week, but today it move all the files by ignoring filter.

Attachments

Screenshot_79.png
Pabblymember11 — Reply ·

Hey @nitingoyal

The "Greater Than" filter type can only check for the numerical values only it doesn't check for the greater or less than the date in the Filter action step.

So, to check for the data whether it is greater or less than you need to split its days months and year in three separate filters with AND condition.

You can also refer to the following marked video tutorial on how you can set the Filter action step for date type.

youtube.com/watch?v=qIBDUUFSrls:456

nitingoyal — Reply ·

Then why does it was working till last week ??

Attachments

Screenshot_80.png
Pabblymember11 — Reply ·
Then why does it was working till last week ??

Because if you pick the date it will pick the first date only to check the condition whereas it only takes the numbers.

Carlos Melo — Reply ·

Ok @Supreme, you sent him an answer I was looking for.

Thank you !

Back to all forum threads · Log in to reply