I'm working with a list on process flow where I'm pushing flowitems, one of which is called "idPapa".
When the list already has entries I need to know how many of these entries have one particular value of "idPapa". I tried to use SQL to do this, but the COUNT and the WHERE clause aren't working properly.