oktaproduction9ounvcxa
https://platform.cloud.coveo.com/rest/search
https://support.okta.com/help/s/global-search/%40uri
https://support.okta.com/help/services/apexrest/PublicSearchToken?site=help
oktanonproduction1il1gtac7
xxb48840fe-d60d-4e40-b1d3-522d5a35c384
Reverse
Reverse the order of the items in a list.
Input Fields
- list(list): the list you want to reverse
Output Fields
- reversed list(list): the list in reverse order
Make sure that list and reversed list are both set to the same type.
Example:
If list is [1,2,3,4,5]
then reversed list is [5,4,3,2,1]
Related topics
Lists
Functions in Workflows
Elements of Workflows