Retrieve the Total Count Of users Registered

0
Hi guys, Can anyone suggest me how to retrieve the total number(count) of users registered in an application
asked
2 answers
3
  1. add a retrieve action on database on your users entity
  2. if you have a boolean that shows if the user is registered then add that as an xpath constraint into the retrieve action
  3. add activity called "Aggregate List" and as the function choose "Count".
  4. You will get an integer back from the aggregate list activity which is the number of registered users
answered
0

i have done the same but im not able to get it Sebastiaan

answered