Hi Experts,
If I have one container as below,
[100, 25, 30, 200]
And I want to select minimum value from it.
How can I achieve the same through X++ code? Please suggest.
And if not container, what functionality I can use to store the set of values and get the minimum from it at the end of while loop.