Returns a list of numbers given an initial value, count, and optional increment value. The default increment value is 1.
- {0}: The initial value in the list.
- {1}: The number of values to create.
- {2}: [Optional] The value to increment by. If omitted values are incremented by 1.
Returns a list of Active Directory domains in the same forest as the specified domain or of the current machine's domain ...
Returns a list of date values of size {1}, starting at {0}. The given increment, {2}, is a duration value that is added to ...
Returns a list of datetime values of size {1}, starting at {0}. The given increment, {2}, is a duration value that is added ...
Returns a list of datetimezone values of size {1}, starting at {0}. The given increment, {2}, is a duration value that is ...
Returns a list of numbers given an initial value, count, and optional increment value. The default increment value is 1. ...
Returns a list of offsets for the input list {0}. When using List.Transform to change a list, the list of positions can be ...
Returns a list of random numbers between 0 and 1, given the number of values to generate and an optional seed value. {0}: ...
Returns a list of random numbers given the number of values to generate and an optional seed value. {0}: The number of random ...
Returns a list of text values resulting from the splitting a text value {0} based on any character in the specified delimiter, ...