Skip to content

Last Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

Syntax

object Last(values:[list or object])

Description

Returns the last value in a list.

Remarks

If the input parameter is null, the function returns a null value. If the input parameter is a single object, the single object is returned.

Supported Version

1.0.0.0 and later

Examples

Last(SortList([//WorkflowData/IDs]))

Clone this wiki locally