Sort Keys
AscendingSort
Specifies a map element to be sorted in ascending order in a loop.
This function can only be used in the Sort Keys argument of a loop expression.
Related examples
Arguments
| Arguments | Definitions | 
|---|---|
| Variable arguments | Add the map elements that you want to use to sort the loop. | 
DescendingSort
Specifies a map element to be sorted in descending order in a loop.
This function can only be used in the Sort Keys argument of a loop expression.
Arguments
| Arguments | Definitions | 
|---|---|
| Variable arguments | Add the map elements that you want to use to sort the loop. |