Skip to content

ConvertNumberToList Function

Nilesh Ghodekar edited this page Mar 18, 2018 · 1 revision

Syntax

List<int> ConvertNumberToList (count:int)

Description

Converts a number to a list of numbers starting from 1 to the specified input number. The returned List can then be used to define the max loop count for Iteration definition on an activity.

Remarks

If the input value is null, a null will be returned.

Supported Version

2.18.318.0 and later

Examples

ConvertNumberToList([//WorkflowData/LoopCount])

Clone this wiki locally