Free cookie consent management tool by TermsFeed reverse() Function
reverse() Function

Function

reverse( array )

Returns an array in reverse order.

Parameters

Keyword Type Description

array

Any Type Array

The array to modify.

Returns

Any Type Array

Examples

reverse({10, 20, 30, 40}) returns 40, 30, 20, 10

Feature compatibility

The table below lists this function's compatibility with various features in Appian.
Feature Compatibility Note
Portals Compatible
Offline Mobile Compatible
Custom Record Field Expressions Compatible
Process Reports Compatible
Process Events Compatible
Open in Github Built: Fri, Apr 19, 2024 (06:08:06 PM)

reverse() Function

FEEDBACK