Hi @esang,
You can employ the 'Increment variable' action. Let me provide an example:
Initially, initialize two variables to determine whether each item is true or false.

Upon retrieving the items, such as checking whether an item is Active (1) or not, you can increment the 'countTrue' variable by 1 if it is true. Otherwise, if it's not active, increment the 'countFalse' variable by 1.

Finally, you can retrieve a message to check the final result.

Hope it helps,
Best regards!
Jose Donayre