How to count the number of records within an entity

0
Hello, I’ve been trying to count the number of records within various entities within my project. But, I can’t find any documentation online on how to do so. I’ve tried using the XPath “Count()” function. But, I keep getting syntax errors. Any guidance would be helpful.   Thanks, Jacob Robertson
asked
3 answers
2

Use the aggregate list activity to count the number of records

answered
0

Right now I have a microflow that displays the count of the table and returns it as an integer data type. But, How do I display this on a webpage back to the user?

 

Thanks,

Jacob Robertson

answered
0

Do you already have an object you show in the page? You could fill that object with the result of that count. You could also create a non persistent object. Then in the datasource microflow create that object and fill an atttribute with the result of that microflow (you could call this microflow from the datasource microflow or do all in one microflow).

Regards,

Ronald

 

answered