Hi All, How to remove first element from array in power automate. Please reply asap.
Thanks...
One option will be to use the skip function present in power automate.
In this the function requests for two parameters one being the array to operate on and the second being number of parameters to skip.
Consider that my array has 5 elements and if I perform skip and specify number of parameters as 2 then it will skip the first two elements and will return the resultant array with only three elements.
Ex: Input array --> {1,2,3,4,5] skip --> 2
Result --> [3,4,5]
If the information shared helps in resolution please consider giving a thumbs up 👍 and mark solution as resolved.
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional