ConvertNumberToList Function - microsoft/MIMWAL GitHub Wiki

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])

⚠️ **GitHub.com Fallback** ⚠️