ConvertNumberToList Function - microsoft/MIMWAL GitHub Wiki
List<int> ConvertNumberToList (count:int)
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.
If the input value is null, a null will be returned.
2.18.318.0 and later
ConvertNumberToList([//WorkflowData/LoopCount])