Is it possible to get size of object list from Microflow
0
I am creating a microflow to retrieve data from external DB by ‘database connector’, database connector will return an object list. To create good pagination, I need get the list size, but i didn’t find way to get it. Can anyone help me on it?
asked
Zhaojie Liu
1 answers
1
Hi Zhaojie,
If you add the ‘Aggregate list’ activity to your microflow and set is to count your object list, you get the desired list size.