Sort transform action
Last updated
Was this helpful?
Last updated
Was this helpful?
You are listing users from Microsoft Graph and you would like to sort the result alphabetically based on their displayName attribute.
Given an iterable, return a new sorted list from the items in the iterable.
Attribute
When sorting a list of dictionaries, an attribute or key to sort by. Can use dot notation like "address.city".
Case Sensitive
When sorting strings, sort upper and lower case separately.
Input List or String
List or string to sort
Reverse Sort
If true, will sort in descending order instead of the ascending order.
Results of example 1:
Results of example 2: