Use GlideAggregate Function to identify - MIN,MAX and COUNT
Hi Team, I'm trying to writing script to find Min and Max value using below script. The below script showing the output as Minimum Value: 1Maximum Value: 1 When I'm using while loop instead If getting below output. Minimum Value: 1Maximum Value: 1Min...