Configuration and explanation of Sort() function in V Designer 2.0
@Aditya_Rai
The Sort() function in vDesigner 2.0 is used to arrange the elements of a list, array, or dataset in a specified order (ascending or descending). It is commonly applied to organize data for better readability, analysis, or presentation.
You can provide ASC or DESC in sortType and provide the list in another param.

1 Like
When we click on sortType, we have to define a dynamic path, We will not get any value like ASC or DESC.