Member since
06-18-2019
1
Post
0
Kudos Received
0
Solutions
06-18-2019
02:30 AM
1 Kudo
@Sandeep Gunda One aproach may be to use the "EvaluateJsonPath" Processor as following to get the total number of results (basically result is an Array here) so we can try something like following to store the size of the array to a new attribute resultCount = $.result.length() Example: Then later you can read the attribute resultCount in some other processor as following: ${resultCount} .
... View more