Get all values more than X

Hello,

I am trying to get all values greater than X.

Here is my set up :

1 module to set a variable with :
add (emptyArray; value1; value2; value3; …)

1 module iterator with
Array = value of the previous module

1 router with one branch filter value more than X

This is where I am stuck.
I tried different ways but non of them worked :confused:

I would like to have a module set a variable with a count of all filter values for example but I only have access to the value of the iterator (total number of bundles, bundle order position ou value)

I have tried to create a data store but same problem I can’t get my values after the filter.

Any idea on how to solve my problem ?