Range Function in Power Automate
Range function in flows help us to get the range of the list items from position to Specified number of items. Range function will help us to see the items located in a array. We can also use he Range function to loop the specific items using apply-each loop
Here is the syntax for Range
function.
Range(<Start position of the
array>,<Number of positions in the array>)
For example if we write Range(2,10),
we can get the items Index starting from 2nd index to counting 10
index point including 2nd position. We will get the items from 2nd
Index position to 12th Index position.
Here is the usage of the Range
function,
In initialize variable, Value
section, Dynamic expression, enter the Range(2,10) as below.
Comments