Hi @Yaenz, could you tell us how you want to use the counted items value? If you want to use it within the workflow, you could maybe use the Summarize node > Count?
Of course I can do that.
In this case 8 items come from the “Split Out Node”.
For each individual query in the “IF Node” I get a true or false
At the end I need a total in which I can compare whether all items were true or more than 50% or something like that.
I dont need a Sum like a+b more like a loop counter how mamy items were found.
For this I would like to be able to calculate the items of the two nodes
Hi @Yaenz, maybe you could use a Code node to count the number of items returned in each node and then compare the two numbers. Here’s an example workflow using example data and conditions:
sounded like a nice thing to mess around with.
This is an example of how you could do it.
It calculates the percentage of the true branch, can of course me modified to do whatever. (keep in mind the set is now set to run only once as the calculation will always result in the same number of course)