Skip to main content
Community site session details

Community site session details

Session Id : tvsE0IZntcAMOBpv/gmmEJ
Power Automate - General Discussion
Answered

Remove first element form Array

Like (0) ShareShare
ReportReport
Posted on 9 Dec 2020 16:03:51 by 20

Hi All, How to remove first element from array in power automate. Please reply asap.

 

Thanks...

  • Verified answer
    Gopala_Krishna Profile Picture
    1,491 on 10 Dec 2020 at 08:49:16
    Re: Remove first element form Array

    @Ganeshkumar_R 

     

    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.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1