Hi Rico Roodenburg,
Yes, it is possible to show the count of the results coming from API.
In your Use case, your objects are stored in JsonObject_3 NP. So once you get the $root object, retrieve the $DataSet object, then retrieve the list of $JsonObject_3 objects from $DataSet.
Now use aggregate list activity on JsonObject_3 list and use the count function and use show message activity to display the count.
Hope this helps!! Let me know here if you facing any issues on this.
Hi @Dinesh Kumar,
Thank you for your quick answer.
The solution you’ve offered works like a charm!
I was also able to filter the list based on criteria.
You’re great, many thanks!