Counting specific bundles

Hey!
I want to know how to count specific bundles
i have an automation that gives me all the answer from a form. then, i am using an aggregator to do average of those number, only if it is not 0.
now. i want to know the number of bundles the variable isn’t 0
i tried to use the increment function but the problem is that i am using an aggregator so i can’t use this number after the aggregator
help please

Hello @emma_estrache nice to meet you.

You can try to set a variable after the Increment function where you get the increment number and after the Aggregator you can use a Get Variable module where you get the variable value like this:

Don’t hesitate to contact us if you require further assistance.

//VLAD

2 Likes