Skip to main content
Community site session details

Community site session details

Session Id : VWt8JayyHWS0oBcCFqS96q
Power Automate - Power Automate Mobile App
Answered

Delete the last row on SP list

Like (0) ShareShare
ReportReport
Posted on 18 Aug 2020 23:48:24 by 22

Hi, 

I want to delete the last row on SP list.

Is it possible?

Thanks

  • Verified answer
    Mrmus Profile Picture
    11 on 19 Aug 2020 at 12:56:10
    Re: Delete the last row on SP list

    you can use length property to get length.

    i.e length(body('Get_Item')).

    this will give length and after we need to minus by -1 form length to get item

    i.e item(body('Get_Item')['Value'][length(body('Get_Item'))-1]

  • Verified answer
    manuelstgomes Profile Picture
    6,625 on 19 Aug 2020 at 09:44:24
    Re: Delete the last row on SP list

    HI @John_alcan 

     

    There are two ways to do this:

    1. If the last is based on something you can sort, then you can use the Order By and then limit to just one record. Then delete it.

    2. If not, you can fetch the items and have a condition that checks if the current item is the last one. To do this, define a variable and increment it each time the Loop runs. In each compare, if the variable is lower than the length. If it is continue, if not delete.

    2020-08-19 10_43_31-Create your flow _ Power Automate.png

     

    length(outputs('Get_items')?['body/value'])

     

    If I have answered your question, please mark your post as Solved.
    If you like my response, please give it a Thumbs Up.

    Cheers
    Manuel

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

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!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2

Featured topics